This commit is contained in:
jona605a
2020-08-09 22:52:33 +02:00
parent 47502710d9
commit 437c3e7668

View File

@ -322,7 +322,7 @@ def getName(userID):
if userID in data:
return data[userID]["user name"]
else:
logThis("Couldn't find user")
logThis("Couldn't find user "+userID)
return userID
except:
logThis("Error getting name")