This should get us back on track (tested on ARCH Linux)

This commit is contained in:
Cedric
2023-07-27 18:07:02 +02:00
parent 5c158cf8a8
commit e4586a5834
23 changed files with 836 additions and 76 deletions
+3 -3
View File
@@ -133,9 +133,9 @@ class IgnCore:
registry.start_all()
if self.db.shared != self.db:
self.db: DB
self.db.shared.pool.close()
# Creates a Exception for some reason??
# self.db.shared = None
# self.db.shared.pool.close()
# Creates an Exception for some reason??
self.db.shared = None
# remove commands, events, and settings that are no longer registered
# self.db.exec("DELETE FROM db_version WHERE verified = 0")