From c5af99644423a9a03f3f59fbbe9313c9fcc5854f Mon Sep 17 00:00:00 2001 From: liguangyu06 <1666071293@qq.com> Date: Mon, 14 Apr 2025 17:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=9A=E7=BA=BF=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\256\227\346\225\260\346\215\256\344\275\216\345\200\274.py" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/air_case/b2_herp3_bs/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.air/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.py" "b/air_case/b2_herp3_bs/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.air/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.py" index be3b15b7..81b27640 100644 --- "a/air_case/b2_herp3_bs/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.air/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.py" +++ "b/air_case/b2_herp3_bs/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.air/\347\224\237\346\210\220\347\273\223\347\256\227\346\225\260\346\215\256\344\275\216\345\200\274.py" @@ -116,7 +116,7 @@ def c_pur(): # 创建多线程 threads = [] -for _ in range(1): +for _ in range(5): t = threading.Thread(target=c_pur) threads.append(t) t.start() -- GitLab