This commit is contained in:
NikolajDanger
2020-08-07 18:23:33 +02:00
parent 5a4eebdd7b
commit 222ae2483a
2 changed files with 3 additions and 3 deletions

View File

@ -278,7 +278,7 @@ def addToDict(userID,userName):
with open("resources/games/games.json","r") as f:
games = json.load(f)
if userName.lower() in games["users"]:
money = games["users"][userName.lower()]
del games["users"][userName.lower()]