forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-30 10:43:22 +02:00
parent b574b318bf
commit 0c6261008e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def get_account(id, v=None):
if not user:
try:
print(id)
id = int(id, 36)
id = int(str(id), 36)
print(id)
except Exception as e:
print(e)