diff --git a/database_manager.py b/database_manager.py index 65d8334..b2f1c62 100644 --- a/database_manager.py +++ b/database_manager.py @@ -60,7 +60,8 @@ class DatabaseManager: database=self.database, user=self.user, password=self.password, - connection_timeout=5 + connection_timeout=5, + use_pure=True ) if test_conn.is_connected(): test_conn.close() @@ -78,7 +79,8 @@ class DatabaseManager: database=self.database, user=self.user, password=self.password, - connection_timeout=5 + connection_timeout=5, + use_pure=True ) return self.connection except Error as e: diff --git a/dist/DatabaseApp.exe b/dist/DatabaseApp.exe deleted file mode 100644 index eb7ea04..0000000 Binary files a/dist/DatabaseApp.exe and /dev/null differ