Move user metadata info into redis
This commit is contained in:
@@ -14,9 +14,9 @@ class Who:
|
||||
rtrn += "Matches from: %s" % i
|
||||
rtrn += "\n"
|
||||
for x in result[i]:
|
||||
x = [y for y in x if not y == None]
|
||||
rtrn += str((", ".join(x)))
|
||||
rtrn += (x)
|
||||
rtrn += "\n"
|
||||
rtrn += "\n"
|
||||
info(rtrn)
|
||||
return
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user