Commit 892de3fb by fangxingjun

no message

parent 775f1ccb
......@@ -16,9 +16,9 @@ def update_workflow_manager(site_name, date_type, date_info):
while True:
try:
site_name_pri_dict = {
"us": 1,
"uk": 3,
"de": 5,
"us": 2,
"uk": 4,
"de": 6,
}
engine_mysql = get_remote_engine(
site_name='us',
......
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