[bug] 临时禁用Resource更新

This commit is contained in:
li_chx 2025-12-23 01:03:01 +08:00
parent 82690e7d42
commit 26d3fead76
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def TaskFailRetry(command:str)->int:
cp.RetryCommand("maa run startup") cp.RetryCommand("maa run startup")
return result return result
# update # update
cp.Command("maa update") # cp.Command("maa update")
cp.Command("maa self update") cp.Command("maa self update")
# fire it up # fire it up
cp.Command("docker stop redroid") cp.Command("docker stop redroid")