learn_python3_spider icon indicating copy to clipboard operation
learn_python3_spider copied to clipboard

爬虫14 ThreadPoolExecutor 使用有点错误

Open sidneycao opened this issue 4 years ago • 0 comments

爬虫14 ThreadPoolExecutor 使用有点错误

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

应该是

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

否则根本就不是多线程了

sidneycao avatar Sep 17 '20 07:09 sidneycao