mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-01 18:33:12 +03:00
minor makeup fix
This commit is contained in:
parent
2c053d5cfb
commit
ec43419ad1
|
@ -219,9 +219,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
threads.append(thread)
|
||||
|
||||
# And wait for them to all finish
|
||||
#for thread in threads:
|
||||
# thread.join()
|
||||
|
||||
try:
|
||||
alive = True
|
||||
while alive:
|
||||
|
|
Loading…
Reference in New Issue
Block a user