forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-23 17:43:34 +02:00
parent 527c9da071
commit 5bf2efa01d
1 changed files with 1 additions and 4 deletions

View File

@ -69,10 +69,7 @@ def discord_redirect(v):
x=x.json()
try:
token=x["access_token"]
except KeyError:
abort(403)
token=x["access_token"]
url="https://discord.com/api/users/@me"