Make the Redis socket configurable

This commit is contained in:
2018-08-27 20:52:39 +01:00
parent 36105c7e9a
commit ad00e0c07d
3 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ def getWho(query):
f = getWhoSingle(i, query)
if f:
result[i] = f
print(result)
return result
def getNumWhoEntries(name):