Skip to content

Commit ec43419

Browse files
committed
minor makeup fix
1 parent 2c053d5 commit ec43419

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/techniques/blind/inference.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ def downloadThread():
219219
threads.append(thread)
220220

221221
# And wait for them to all finish
222-
#for thread in threads:
223-
# thread.join()
224-
225222
try:
226223
alive = True
227224
while alive:
@@ -233,7 +230,7 @@ def downloadThread():
233230
except KeyboardInterrupt:
234231
conf.threadContinue = False
235232
raise
236-
233+
237234
# If we have got one single character not correctly fetched it
238235
# can mean that the connection to the target url was lost
239236
if None in value:

0 commit comments

Comments
 (0)