From ce1534657b1f049075a96084bfaeb0b8d8aea73e Mon Sep 17 00:00:00 2001 From: DLmaster Date: Wed, 10 Jul 2024 09:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A6=81=E7=94=A8=E5=89=BF?= =?UTF-8?q?=E7=81=AD=E6=97=B6=E7=9A=84=E4=BB=BB=E5=8A=A1=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=88=A4=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui.py b/gui.py index c91844f..1860bec 100644 --- a/gui.py +++ b/gui.py @@ -102,7 +102,10 @@ class MaaRunner(QtCore.QThread): for j in range(2): if not self.ifRun: break - if (j == 0 and self.data[uid][8] == "n") or runbook[j]: + if j == 0 and self.data[uid][8] == "n": + runbook[0] = True + continue + if runbook[j]: continue # 配置MAA self.SetMaa(j + 1, uid)