Skip to content

Commit

Permalink
note in readme that manual exchange can fail [closes #65]
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed May 5, 2024
1 parent 6c3828d commit e08bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android_id = '0123456789abcdef'
token = '...' # insert the oauth_token here

master_response = gpsoauth.exchange_token(email, token, android_id)
master_token = master_response['Token']
master_token = master_response['Token'] # if there's no token check the response for more details

auth_response = gpsoauth.perform_oauth(
email, master_token, android_id,
Expand Down

0 comments on commit e08bb6e

Please sign in to comment.