Commit a283447e authored by sanlu's avatar sanlu

爬取结束后,直接调用crawl_data_run()即可

parent 6cc425dc
This diff is collapsed.
......@@ -16,6 +16,7 @@ from lstm_predict import LSTMNER
import os
from ZOL_Crawler import CRAWLER
import threading
from API_ALL import Get_new,check_and_match
exitFlag = 0
......@@ -998,6 +999,8 @@ class crawl_data_fetch():
return False
def crawl_data_run():
Get_new()
check_and_match()#张楷部分。
thread_JD = myThread_crawl('JD')
thread_GM = myThread_crawl('GM')
thread_SN = myThread_crawl('SN')
......
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