mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user