Minor update

This commit is contained in:
Miroslav Stampar
2021-09-29 22:24:30 +02:00
parent c8d06d1099
commit 08eeb0fd88
2 changed files with 4 additions and 1 deletions

View File

@@ -432,6 +432,9 @@ def _setHashDB():
if os.path.exists(conf.hashDBFile):
if conf.flushSession:
if conf.hashDB:
conf.hashDB.close()
try:
os.remove(conf.hashDBFile)
logger.info("flushing session file")