This should get us back on track (tested on ARCH Linux)
This commit is contained in:
+3
-3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user