This commit is contained in:
2024-09-26 18:31:32 +03:00
parent 3b593fe8c7
commit 7a967cb955
2 changed files with 3 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(value)
texts.append(int(value))
return texts