From 0c60a21d5fb5442656843a2ae2cee33f51f93ec6 Mon Sep 17 00:00:00 2001 From: li_chx <751176501@qq.com> Date: Tue, 23 Dec 2025 19:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ArknightsMaaConfig/maa.py?= 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..ceb5534 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")