toxic-average-fix2
This commit is contained in:
2
store.py
2
store.py
@@ -21,7 +21,7 @@ async def get_all_removed(uid):
|
|||||||
# Fetch the value for each key
|
# Fetch the value for each key
|
||||||
value = await redis.get(key)
|
value = await redis.get(key)
|
||||||
if value:
|
if value:
|
||||||
texts.append(value.encode('utf-8'))
|
texts.append(value.decode('utf-8'))
|
||||||
|
|
||||||
return texts
|
return texts
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user