@ -10,9 +10,8 @@ def main():
user_name = Prompt.ask("Username?")
gh = GHub()
try:
success = gh.load_user(user_name=user_name)
if success:
print(gh.repos_table())
gh.load_user(user_name=user_name)
except httpx.HTTPStatusError as e:
print(e)
The note is not visible to the blocked user.