removed-fix3

This commit is contained in:
2024-09-26 18:50:13 +03:00
parent 08024e81fc
commit 03db470b76
2 changed files with 2 additions and 2 deletions

View File

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