From e23b70a837a566317f95a0bc58056a476d01983a Mon Sep 17 00:00:00 2001 From: li_chx <751176501@qq.com> Date: Thu, 7 May 2026 00:00:50 +0800 Subject: [PATCH] =?UTF-8?q?[proxy]=20=E4=BD=BF=E7=94=A8proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ArknightsMaaConfig/maa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArknightsMaaConfig/maa.py b/ArknightsMaaConfig/maa.py index c1d6a71..d754c83 100755 --- a/ArknightsMaaConfig/maa.py +++ b/ArknightsMaaConfig/maa.py @@ -112,8 +112,8 @@ def TaskFailRetryWithNoProxy(command:str)->int: cp.RetryCommand("maa run startup") return result # update -cp.CommandWithNoProxy("maa update") -cp.CommandWithNoProxy("maa self update") +cp.Command("maa update") +cp.Command("maa self update") # fire it up cp.Command("docker stop redroid") redroid_path = os.getenv('redroid_path', "/home/lichx/.config/redroid-rk3588/")