Commit 2127c945 authored by liguangyu06's avatar liguangyu06
Browse files

新增期初导入脚本

parent e3ede6f1
...@@ -119,7 +119,7 @@ def l_pur(): ...@@ -119,7 +119,7 @@ def l_pur():
# 创建多线程 # 创建多线程
threads = [] threads = []
for _ in range(10): for _ in range(5):
t = threading.Thread(target=l_pur()) t = threading.Thread(target=l_pur())
threads.append(t) threads.append(t)
t.start() 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