redis-get-none-debug
This commit is contained in:
parent
86f47f5c6e
commit
ed5c523fd1
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue
Block a user