mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor refactoring
This commit is contained in:
parent
7a8ace78f9
commit
b7415d36df
3 changed files with 4 additions and 4 deletions
|
|
@ -195,7 +195,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
|||
if lock.locked_lock():
|
||||
lock.release()
|
||||
|
||||
if conf.get("hashDB", None):
|
||||
if conf.get("hashDB"):
|
||||
conf.hashDB.flush(True)
|
||||
|
||||
if cleanupFunction:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue