This commit is contained in:
NikolajDanger
2020-08-04 19:23:00 +02:00
parent 0739d9e3ca
commit 3de16508cc
3 changed files with 3 additions and 4 deletions

View File

@@ -365,7 +365,6 @@ def getName(userID):
data = json.load(f)
if userID in data:
logThis("yeet")
return data[userID]["user name"]
else:
logThis("Couldn't find user")