Commit 9ee98f95 authored by wang's avatar wang

收集更多信息

parent 55c094d8
......@@ -59,6 +59,7 @@ 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
logger.debug('开始刷值')
selectId = random.choice(list(envs))
......
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