double-debug
All checks were successful
deploy / deploy (push) Successful in 1m4s

This commit is contained in:
Untone 2023-12-19 17:30:27 +03:00
parent 8c1f52f99b
commit afe96fc909

View File

@ -37,6 +37,9 @@ async def get_all_authors() -> List[ChatMember]:
authors = await _request_endpoint(query_name, gql)
for a in authors:
if a["user"] in authors_by_user:
print("DOUBLE DOUBLE")
print(a)
authors_by_user[a["user"]] = a
authors_by_id[a["id"]] = a