removed-fix

This commit is contained in:
Untone 2024-09-26 18:43:21 +03:00
parent c85fa62e2f
commit ca5f22ec0f

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(int(value))
texts.append(str(value))
return texts