Commit d3206fed authored by xiao-hesheng's avatar xiao-hesheng
Browse files

调整产品导入脚本

parent 56553996
......@@ -40,7 +40,7 @@ def h_login():
# 获取token和projectCode
while True:
import time
time.sleep(60)
time.sleep(6)
try:
token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
except:
......
......@@ -35,6 +35,8 @@ def e_login():
# print(username, password)
# 获取token和projectCode
while True:
import time
time.sleep(6)
try:
token,projectCode,uxid,corpId,info= login_system(username, password).get_token()
except:
......
Supports Markdown
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