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