From f3acbe23ead27f85367761ba5ec0b1a03df40c09 Mon Sep 17 00:00:00 2001 From: Rosyid Haryadi Date: Sun, 28 Jul 2024 04:05:31 +0700 Subject: upd status, clean db, clean telegram queue --- util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.py') diff --git a/util.py b/util.py index 37f52c0..e7a0e9a 100644 --- a/util.py +++ b/util.py @@ -26,7 +26,7 @@ def initDb(): try: conn = sqlite3.connect(dbFile) cur = conn.cursor() - cur.execute("CREATE TABLE incoming (id, msg_date, msg_from, text, is_read)") + cur.execute("CREATE TABLE incoming (id, msg_date, msg_from, text, is_read, update_id)") conn.commit() conn.close() except sqlite3.Error as e: -- cgit v1.2.3-70-g09d2