From 1fddbfb3e8925f77f604026165fddbc35f2404b1 Mon Sep 17 00:00:00 2001 From: dongchangxi <458593490@qq.com> Date: Tue, 13 May 2025 17:49:05 +0800 Subject: [PATCH] 1 --- timer/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/timer/test.py b/timer/test.py index 6c0ea27..e7eab0f 100644 --- a/timer/test.py +++ b/timer/test.py @@ -27,6 +27,7 @@ for order_id in order_id_list: for key,value in printdata.items(): #去掉cm key = key.replace('cm','') + key = int(key)*10 print(key) print(f'执行脚本--- "python D:/make2/tools/cal_weight.py print {pid} {key} {order_id}"') #发起计算请求