Commit 9dbdc0e1 authored by litaolemo's avatar litaolemo

update

parent f6b8c2e3
......@@ -250,7 +250,9 @@ for t in range(1, task_days):
servise_num = from_es_get_service_num(keywords)
tag_names_list_week.append((keywords, today_str, 0, servise_num, pv, is_tag))
db = pymysql.connect(host='172.16.30.136', port=3306, user='doris', passwd='o5gbA27hXHHm',
# db = pymysql.connect(host='172.16.30.136', port=3306, user='doris', passwd='o5gbA27hXHHm',
# db='doris_prod')
db = pymysql.connect(host='mysql.paas-test.env', port=3306, user='work', passwd='Gengmei1',
db='doris_prod')
cursor = db.cursor()
delete_sql = "TRUNCATE TABLE strategy_wiki_smr_score"
......
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