Move user metadata info into redis

This commit is contained in:
2018-08-27 20:42:49 +01:00
parent b31b5d40e8
commit 36105c7e9a
7 changed files with 215 additions and 72 deletions

View File

@@ -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: