This commit is contained in:
NikolajDanger
2020-08-04 18:48:47 +02:00
parent 0e0268fac1
commit 88b6f4ac60
2 changed files with 4 additions and 4 deletions

View File

@ -384,7 +384,7 @@ def getID(userName):
if userName.lower() == value["user name"].lower():
userID = key
break
return userID
except:
logThis("Error getting ID")