Changed Candler to delete the database as well as commit/close on die()

This commit is contained in:
Jeremy Fincher 2003-08-25 06:27:07 +00:00
parent 18260e986d
commit ebabf6112f
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class ChannelDBHandler(object):
for db in self.dbCache.itervalues():
db.commit()
db.close()
del db