Commit 3e7836fa authored by jimmy's avatar jimmy

提交修复

parent 819e2b5b
......@@ -29,7 +29,7 @@ def spider_company(page):
my_obj['intro'] = company_intro
crawler.Log(company_name+"-获取到boss数据:"+company_intro)
name2 = crawler.SaveCompanyData(company_nameO, 1, json.dumps(my_obj))
name2 = crawler.SaveCompanyData(company_nameO, 1, company_intro)
if name2 != "":
crawler.Log(name2 + ":boss数据,写入成功")
else:
......
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