This commit is contained in:
Chenxiao Xia 2023-11-01 13:08:28 +08:00
commit ad6ba8832a
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]
for future in as_completed(futures):
pass
wait(futures)
print('\nAll links have been got.\n')
@ -111,4 +110,4 @@ print(count2, ' author_data has been stored.')
# Transfer to large file and delete the temporary storage files
ejqtde_save.Transf()
ejqtde_save.delete()
ejqtde_save.delete()