Commit 63e13612 authored by liguangyu06's avatar liguangyu06
Browse files

脚本优化

parent c0bc06dd
......@@ -375,7 +375,7 @@ n = 0
while n < 1000:
# 创建多线程
threads = []
for _ in range(5):
for _ in range(3):
t = threading.Thread(target=c_purplan)
threads.append(t)
t.start()
......
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