Fixed None Value

This commit is contained in:
ZKWolf
2023-06-17 21:51:58 +02:00
parent dc9fe42b33
commit 825cbf6651

View File

@@ -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