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