mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor fix/update
This commit is contained in:
parent
e41acb6fc2
commit
6c72e41972
|
@ -104,6 +104,8 @@ def tableExists(tableFile):
|
|||
raise sqlmapThreadException, "user aborted"
|
||||
finally:
|
||||
kb.locks.seqLock = None
|
||||
kb.threadContinue = True
|
||||
kb.threadException = False
|
||||
|
||||
clearConsoleLine(True)
|
||||
|
||||
|
@ -195,6 +197,8 @@ def columnExists(columnFile):
|
|||
raise sqlmapThreadException, "user aborted"
|
||||
finally:
|
||||
kb.locks.seqLock = None
|
||||
kb.threadContinue = True
|
||||
kb.threadException = False
|
||||
|
||||
clearConsoleLine(True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user