Removed unnecessary comments and added more information at exception handling in downloader.py
This commit is contained in:
@@ -27,7 +27,6 @@ if __name__ == '__main__':
|
||||
while True:
|
||||
file_lines = list(islice(infile, args.numlines))
|
||||
if len(file_lines) > 0:
|
||||
print(file_lines)
|
||||
listdownloader.download_files(file_lines, args.dest, args.threads)
|
||||
else:
|
||||
break
|
||||
|
Reference in New Issue
Block a user