mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-04 13:49:05 +00:00
Minor improvements in HashDB
This commit is contained in:
@@ -255,7 +255,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
||||
pass
|
||||
|
||||
if conf.get("hashDB"):
|
||||
conf.hashDB.flush(True)
|
||||
conf.hashDB.flush()
|
||||
|
||||
if cleanupFunction:
|
||||
cleanupFunction()
|
||||
|
||||
Reference in New Issue
Block a user