From 38045c9b3002f793fff811cdcb55ac72ac5c22cd Mon Sep 17 00:00:00 2001 From: RRAaru <100890852+RRAaru@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AB=8B=E6=B1=82=E9=96=93?= =?UTF-8?q?=E9=9A=94=E6=99=82=E9=96=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kline.py b/kline.py index d5a2bab..58c99bc 100644 --- a/kline.py +++ b/kline.py @@ -34,7 +34,7 @@ def predict(ID): if savedata(KLineStatus(Wtime()-se,ID))==1: break se+=14400 - ipk.time.sleep(0.1) + ipk.time.sleep(0.02) x+=1 AAA() calcPercentiles(Compare(powerUP(None),powerDOWN(None)))