Commit b69a281b authored by wang's avatar wang

1

parent 2eb421ae
...@@ -18,7 +18,7 @@ if not pathlib.Path('nacos-data/snapshot/').exists(): ...@@ -18,7 +18,7 @@ if not pathlib.Path('nacos-data/snapshot/').exists():
def check_pull(): def check_pull():
get_url = 'http://ymx-lcc.unififi.com/header/task/pull/cookieY4?brush_name=test' get_url = 'http://ymx-lcc.unififi.com/header/task/pull/cookieTR?brush_name=test'
r = requests.get(get_url) r = requests.get(get_url)
return r.json() return r.json()
...@@ -65,7 +65,7 @@ def exec(thread_id): ...@@ -65,7 +65,7 @@ def exec(thread_id):
def run(): def run():
brush_thread = 1 brush_thread = 2
while True: while True:
print(f'本次并发数 {brush_thread}') print(f'本次并发数 {brush_thread}')
......
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