mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Made the db commit before closing in ChannelDBHandler.
This commit is contained in:
parent
622f96c8d4
commit
e30aa883cf
@ -44,5 +44,6 @@ class ChannelDBHandler(object):
|
|||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
for db in self.dbCache.itervalues():
|
for db in self.dbCache.itervalues():
|
||||||
|
db.commit()
|
||||||
db.close()
|
db.close()
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user