Commit e5c6cb2c authored by litaolemo's avatar litaolemo

update

parent 35c1ab21
......@@ -249,6 +249,7 @@ def single_thead(processe,name):
def start_crawler(processe,name):
for count in range(args.thead_num):
# single_thead(processe,name)
print("processe,name" ,processe,name)
t = threading.Thread(target=single_thead, name=str(count),args=(str(processe),name))
# t.setDaemon(False)
t.start()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment