From 6644d5da536d7e09d6fba55da19b603c700b4cda Mon Sep 17 00:00:00 2001 From: ada-dmitry Date: Tue, 23 May 2023 09:30:25 +0300 Subject: [PATCH] just update --- Python/TeleBot/tgBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/TeleBot/tgBot.py b/Python/TeleBot/tgBot.py index e5ee809..055b507 100644 --- a/Python/TeleBot/tgBot.py +++ b/Python/TeleBot/tgBot.py @@ -15,7 +15,7 @@ except psycopg2.errors.UndefinedTable: import tableCreator array = FuncForBot.sel(cursor, 'parser') finally: - # FuncForBot.upd(connection, cursor, 'parser') + FuncForBot.upd(connection, cursor, 'parser') cursor.close() connection.close()