summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/databaseReset.py b/databaseReset.py
index 0131329..4370cdd 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -106,6 +106,7 @@ def reinit_db():
try:
cursor.execute(f"DROP DATABASE {currentdbname}")
except:
+ print(f" - - Exception when attempting to: DROP DATABASE {currentdbname}\n")
pass
cursor.execute(f"CREATE DATABASE {currentdbname}")
cursor.execute(f"ALTER DATABASE {currentdbname} CHARACTER SET=utf8")