Minor improvements in HashDB

This commit is contained in:
Miroslav Stampar
2025-12-30 12:14:32 +01:00
parent bf2d3a5315
commit 1330198eab
5 changed files with 34 additions and 29 deletions

View File

@@ -588,7 +588,7 @@ def main():
pass
if conf.get("hashDB"):
conf.hashDB.flush(True)
conf.hashDB.flush()
conf.hashDB.close() # NOTE: because of PyPy
if conf.get("harFile"):