mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-29 21:54:22 +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():
|
||||
db.commit()
|
||||
db.close()
|
||||
del db
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user