From f538b447f38515ca94d4fc70a5acc1d77f4644e5 Mon Sep 17 00:00:00 2001 From: ada-dmitry Date: Sat, 22 Apr 2023 23:53:09 +0300 Subject: [PATCH] s --- Python/TeleBot/tableCreator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python/TeleBot/tableCreator.py b/Python/TeleBot/tableCreator.py index 8f24664..e7c4772 100644 --- a/Python/TeleBot/tableCreator.py +++ b/Python/TeleBot/tableCreator.py @@ -29,3 +29,6 @@ for i in range(15): connection.commit() except: connection.rollback() + +cursor.close() +connection.close()