Push: ejde transformed data

This commit is contained in:
ldy 2023-11-01 13:07:24 +08:00
parent 24aa62c8db
commit dd0c4379da
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -67,7 +67,6 @@ with ThreadPoolExecutor(max_workers=25) as executor:
futures = [executor.submit(extract_href, url) for url in url_list] futures = [executor.submit(extract_href, url) for url in url_list]
for future in as_completed(futures): for future in as_completed(futures):
pass pass
wait(futures) wait(futures)
print('\nAll links have been got.\n') print('\nAll links have been got.\n')