From bde73bf535467ee0f85a97b0d129f2b3a1c5d207 Mon Sep 17 00:00:00 2001 From: Shailaja kumari Date: Tue, 13 Feb 2024 22:30:54 +0530 Subject: [PATCH] added print statement --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 505d265..2085590 100644 --- a/app/main.py +++ b/app/main.py @@ -103,7 +103,7 @@ def oauth_redirect(): user_info = requests.get('https://api.github.com/user', headers={ 'Authorization': f'Bearer {token.get("access_token")}' }).json() - + print(user_info) # Save tokens for later use token_id = save_token( user_info.get('email'), # for inoreader it's userEmail