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"])
|
cids.append(r["chat"]["id"])
|
||||||
|
|
||||||
for cid in cids:
|
for cid in cids:
|
||||||
|
print(type(cid))
|
||||||
async with lock:
|
async with lock:
|
||||||
print(cid)
|
print(cid)
|
||||||
all_chats = await redis.execute("GET", f"chats/{cid}")
|
all_chats = await redis.execute("GET", f"chats/{cid}")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user