Commit 31adf5c5 authored by wang's avatar wang

1

parent b506d248
Pipeline #471 failed with stages
......@@ -67,9 +67,12 @@ def run():
print(f'本次并发数 {brush_thread}')
pull = check_pull()
if pull.get('status') == 1:
time.sleep(10)
continue
try:
if pull.get('status') == 1:
time.sleep(10)
continue
except:
pass
# pool = ThreadPoolExecutor(max_workers=brush_thread)
# all_task = [pool.submit(exec, (i)) for i in range(brush_group)]
# brush_check = CONFIG['internal']['reverse']['making']['brush_check']
......
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