mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
minor fix
This commit is contained in:
parent
d8047c79f3
commit
6bfb7c2137
|
@ -129,7 +129,7 @@ def main():
|
|||
kb.threadContinue = False
|
||||
kb.threadException = True
|
||||
|
||||
if conf.hashDB:
|
||||
if conf.get('hashDB', None):
|
||||
conf.hashDB.flush(True)
|
||||
|
||||
# Reference: http://stackoverflow.com/questions/1635080/terminate-a-multi-thread-python-program
|
||||
|
|
Loading…
Reference in New Issue
Block a user