mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
minor fix
This commit is contained in:
parent
6bfb7c2137
commit
d5cddd40f6
|
@ -181,7 +181,8 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
|||
kb.threadContinue = True
|
||||
kb.threadException = False
|
||||
|
||||
conf.hashDB.flush(True)
|
||||
if conf.get('hashDB', None):
|
||||
conf.hashDB.flush(True)
|
||||
|
||||
if cleanupFunction:
|
||||
cleanupFunction()
|
||||
|
|
Loading…
Reference in New Issue
Block a user