mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Changed Candler to delete the database as well as commit/close on die()
This commit is contained in:
parent
18260e986d
commit
ebabf6112f
@ -55,6 +55,7 @@ class ChannelDBHandler(object):
|
|||||||
for db in self.dbCache.itervalues():
|
for db in self.dbCache.itervalues():
|
||||||
db.commit()
|
db.commit()
|
||||||
db.close()
|
db.close()
|
||||||
|
del db
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user