Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

爬虫14 ThreadPoolExecutor 使用有点错误 #30

Open
sidneycao opened this issue Sep 17, 2020 · 0 comments
Open

爬虫14 ThreadPoolExecutor 使用有点错误 #30

sidneycao opened this issue Sep 17, 2020 · 0 comments

Comments

@sidneycao
Copy link

sidneycao commented Sep 17, 2020

爬虫14 ThreadPoolExecutor 使用有点错误

pool.submit(moyu_time('xiaoshuaib'+str(i),1,3))

应该是

pool.submit(moyu_time,'xiaoshuaib'+str(i),1,3)

否则根本就不是多线程了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant