toxic-average-fix2

This commit is contained in:
Untone 2024-09-26 22:45:22 +03:00
parent 1945baf1d0
commit 52c791a63d

View File

@ -21,7 +21,7 @@ async def get_all_removed(uid):
# Fetch the value for each key
value = await redis.get(key)
if value:
texts.append(value.encode('utf-8'))
texts.append(value.decode('utf-8'))
return texts