redis-get-none-debug

This commit is contained in:
Untone 2023-10-13 11:07:50 +03:00
parent 86f47f5c6e
commit ed5c523fd1

View File

@ -57,6 +57,7 @@ async def load_chats(_, info, limit: int = 50, offset: int = 0):
cids.append(r["chat"]["id"])
for cid in cids:
print(type(cid))
async with lock:
print(cid)
all_chats = await redis.execute("GET", f"chats/{cid}")