From d93c467e1c4921d10d35b911634819629b7832e8 Mon Sep 17 00:00:00 2001 From: Eduard Date: Fri, 23 May 2025 10:34:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db.py b/db/db.py index 8de11ec..d9e15b4 100644 --- a/db/db.py +++ b/db/db.py @@ -23,7 +23,7 @@ class Database: logger.error("Ошибка при инициализации БД:", e) self.con.rollback() - # Сделать изменение поля is_tracked при IntegrityError + # Сделать изменение всех полей при IntegrityError def insert_activities(self, activities: list[Activity]): cur = self.con.cursor() is_updated = True