From ae9fda9dd58d843db785dd65c88dc60821f3da28 Mon Sep 17 00:00:00 2001 From: lichx Date: Fri, 20 Jun 2025 00:14:34 +0800 Subject: [PATCH] =?UTF-8?q?[fixbug]=20=E4=B8=8D=E7=9F=A5=E4=BD=95=E6=97=B6?= =?UTF-8?q?=E5=88=A0=E5=8E=BB=E7=9A=84=E5=86=97=E4=BD=99=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ArknightsMaaConfig/maa.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ArknightsMaaConfig/maa.py b/ArknightsMaaConfig/maa.py index 090dc82..6131e0b 100755 --- a/ArknightsMaaConfig/maa.py +++ b/ArknightsMaaConfig/maa.py @@ -17,7 +17,6 @@ time.sleep(1) class CommandProcessor: def Command(self,s:str) -> int: - self._command = s fprint("_> " + s) if (t:=os.system(s))!=0: fprint("Fatal Error: Command Failed:" + s)