make sure to close debug log when closing collection
This commit is contained in:
parent
1c35a590e3
commit
742a520954
@ -161,6 +161,7 @@ crt=?, mod=?, scm=?, dty=?, usn=?, ls=?, conf=?""",
|
||||
self.db.close()
|
||||
self.db = None
|
||||
self.media.close()
|
||||
self._closeLog()
|
||||
|
||||
def reopen(self):
|
||||
"Reconnect to DB (after changing threads, etc)."
|
||||
|
Loading…
Reference in New Issue
Block a user