+ Close db verification msg
This commit is contained in:
parent
f6c926b8f3
commit
3b71b87887
2
db.py
2
db.py
@ -38,7 +38,7 @@ class DB:
|
|||||||
if not cursor.fetchone():
|
if not cursor.fetchone():
|
||||||
raise Exception("Table 'user' does not exist")
|
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:
|
except Error as e:
|
||||||
print(f"Error verifying database: {e}")
|
print(f"Error verifying database: {e}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user