mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
removed some blank trailing spaces (with extra/shutils/blanks.sh)
This commit is contained in:
parent
1a3f57e5fe
commit
6b37ddada4
6 changed files with 12 additions and 12 deletions
|
|
@ -37,7 +37,7 @@ def tableExists(tableFile):
|
|||
iolock = threading.Lock()
|
||||
kb.locks.seqLock = threading.Lock()
|
||||
kb.threadContinue = True
|
||||
|
||||
|
||||
def tableExistsThread():
|
||||
while count[0] < length and kb.threadContinue:
|
||||
tbllock.acquire()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue