Update main.py

Co-authored-by: Aravind V. Nair <22199259+aravindvnair99@users.noreply.github.com>
This commit is contained in:
Dmego
2021-04-14 11:17:01 +08:00
committed by GitHub
parent b8b4ab78f5
commit 97b442957f

View File

@@ -488,7 +488,7 @@ if __name__ == '__main__':
username = user_data["data"]["viewer"]["login"]
email = user_data["data"]["viewer"]["email"]
id = user_data["data"]["viewer"]["id"]
print("Username " + username + ", Email " + email)
print("Username " + username)
repo = g.get_repo(f"{username}/{username}")
contents = repo.get_readme()
try: