Skip to content

Commit a310cb6

Browse files
authored
Merge pull request #15 from KyeOnDiscord/main
Switched to Android Token from IOS Token
2 parents b816034 + a1c218a commit a310cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# "Constants" ? I don't know.
4343
SWITCH_TOKEN = "OThmN2U0MmMyZTNhNGY4NmE3NGViNDNmYmI0MWVkMzk6MGEyNDQ5YTItMDAxYS00NTFlLWFmZWMtM2U4MTI5MDFjNGQ3"
44-
IOS_TOKEN = "MzQ0NmNkNzI2OTRjNGE0NDg1ZDgxYjc3YWRiYjIxNDE6OTIwOWQ0YTVlMjVhNDU3ZmI5YjA3NDg5ZDMxM2I0MWE="
44+
ANDROID_TOKEN = "M2Y2OWU1NmM3NjQ5NDkyYzhjYzI5ZjFhZjA4YThhMTI6YjUxZWU5Y2IxMjIzNGY1MGE2OWVmYTY3ZWY1MzgxMmU="
4545

4646

4747
class EpicUser:
@@ -200,7 +200,7 @@ async def wait_for_device_code_completion(self, code: str) -> EpicUser:
200200
method="POST",
201201
url="https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token",
202202
headers={
203-
"Authorization": f"basic {IOS_TOKEN}",
203+
"Authorization": f"basic {ANDROID_TOKEN}",
204204
"Content-Type": "application/x-www-form-urlencoded",
205205
},
206206
data={

0 commit comments

Comments
 (0)