Техническая правка, комментарий в коде.
parent
2f734647e8
commit
74f1ba761d
|
@ -281,6 +281,7 @@ def check_config():
|
||||||
file.close()
|
file.close()
|
||||||
|
|
||||||
|
|
||||||
|
# проверка и загрузка нового чата
|
||||||
async def new_chat_load(client, con, cursor, chat_id, chat_title, chat_username):
|
async def new_chat_load(client, con, cursor, chat_id, chat_title, chat_username):
|
||||||
chats_dict = get_db_chats_dict(cursor)
|
chats_dict = get_db_chats_dict(cursor)
|
||||||
if chat_id in chats_dict:
|
if chat_id in chats_dict:
|
||||||
|
|
Loading…
Reference in New Issue