ths_data.py
@@ -13,7 +13,7 @@ from scrapy import cmdline from selenium.webdriver import ActionChains from selenium.webdriver.common.by import By import mongo_data import mysql_data def save(dn_name, datas): @@ -251,4 +251,4 @@ code = str.split(":")[1].strip() _list.append({"_id": name, "first_code": code}) mongo_data.save("ths-industry", _list) #mongo_data.save("ths-industry", _list)