Commit e3a9b6f4 authored by wangmingming's avatar wangmingming

请求造纸

parent cd43e9df
......@@ -61,8 +61,8 @@ while True:
r = requests.get('http://ymx-lcc.unififi.com/header/task/pull/headerB6?brush_name=test')
if r.json()['status'] != 0:
logger.debug(f'不需要刷值')
# time.sleep(10)
# continue
time.sleep(10)
continue
logger.debug('开始刷值')
selectId = random.choice(list(envs))
lastHash = ''
......@@ -220,4 +220,4 @@ while True:
# time.sleep(3)
except Exception as e:
print(e)
time.sleep(10)
# time.sleep(10)
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