Skip to content

Commit

Permalink
Fixed invalid_token error.
Browse files Browse the repository at this point in the history
  • Loading branch information
xMistt committed May 20, 2022
1 parent 407a4fa commit 90fed06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partybot/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def get_access_token(self) -> str:
url="https://account-public-service-prod.ol.epicgames.com/account/api/oauth/token",
headers={
"Content-Type": "application/x-www-form-urlencoded",

This comment has been minimized.

Copy link
@ondys358

ondys358 Dec 3, 2022

/me

"Authorization": f"basic {DAUNTLESS_TOKEN}"
"Authorization": f"basic {SWITCH_TOKEN}"
},
data={
"grant_type": "client_credentials",
Expand Down

0 comments on commit 90fed06

Please sign in to comment.