Техническая правка, комментарий в коде.

master
ssleg 2022-01-29 12:13:12 +03:00
parent 2f734647e8
commit 74f1ba761d
Signed by: anton
GPG Key ID: 50F7E97F96C07ECF
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ def check_config():
file.close()
# проверка и загрузка нового чата
async def new_chat_load(client, con, cursor, chat_id, chat_title, chat_username):
chats_dict = get_db_chats_dict(cursor)
if chat_id in chats_dict: