Administrator
2022-10-21 892b50e242e3c59a738b92dfdfee1bf1ff8932f2
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)