From 26d3fead76334a8c3653767ddcf498fca223f9cb Mon Sep 17 00:00:00 2001 From: li_chx <751176501@qq.com> Date: Tue, 23 Dec 2025 01:03:01 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=20=E4=B8=B4=E6=97=B6=E7=A6=81=E7=94=A8Res?= =?UTF-8?q?ource=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ArknightsMaaConfig/maa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArknightsMaaConfig/maa.py b/ArknightsMaaConfig/maa.py index 6131e0b..cb0835d 100755 --- a/ArknightsMaaConfig/maa.py +++ b/ArknightsMaaConfig/maa.py @@ -68,7 +68,7 @@ def TaskFailRetry(command:str)->int: cp.RetryCommand("maa run startup") return result # update -cp.Command("maa update") +# cp.Command("maa update") cp.Command("maa self update") # fire it up cp.Command("docker stop redroid")