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