Skip to content

Commit

Permalink
print response
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed Mar 26, 2024
1 parent 6c7f485 commit 4bd1ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/service/Users.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _get_access_token(self, authorization_code):
}
print(payload)
response = requests.post(token_url, data=payload)
print(response)
print(response.text)
if response.status_code == 200:
return response.json().get("access_token")
else:
Expand Down

0 comments on commit 4bd1ac5

Please sign in to comment.