From 3b71b8788743413af7b4a765717cd59ebf0ff3f3 Mon Sep 17 00:00:00 2001 From: Wong Yiek Heng Date: Sat, 4 Oct 2025 11:41:54 +0800 Subject: [PATCH] + Close db verification msg --- db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.py b/db.py index 191a1aa..1282245 100644 --- a/db.py +++ b/db.py @@ -38,7 +38,7 @@ class DB: if not cursor.fetchone(): raise Exception("Table 'user' does not exist") - print("Database connection verified - required tables exist") + # print("Database connection verified - required tables exist") except Error as e: print(f"Error verifying database: {e}")