mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-31 15:32:35 +00:00
debug msg
This commit is contained in:
parent
8aa5a601e7
commit
5ed91e1c15
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user