Merge branch 'master' of github.com:NikolajDanger/Gwendolyn

This commit is contained in:
NikolajDanger
2020-08-12 21:08:39 +02:00
7 changed files with 190 additions and 175 deletions

View File

@@ -323,7 +323,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")