mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-08-28 03:54:00 -05:00
Fixed None Value
This commit is contained in:
@@ -64,7 +64,7 @@ class Mongo:
|
||||
return steamid, token
|
||||
else:
|
||||
print(f"No user found with userId: {userId}")
|
||||
return 0000000000000000000, 0000000000000000000
|
||||
return "10000000aa000000gg00001", "10000000aa000000gg00001"
|
||||
except Exception as e:
|
||||
print(e)
|
||||
return None, None
|
||||
|
||||
Reference in New Issue
Block a user