Make the Redis socket configurable
This commit is contained in:
@@ -14,7 +14,6 @@ def getWho(query):
|
||||
f = getWhoSingle(i, query)
|
||||
if f:
|
||||
result[i] = f
|
||||
print(result)
|
||||
return result
|
||||
|
||||
def getNumWhoEntries(name):
|
||||
|
||||
Reference in New Issue
Block a user