1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Opt: Refactor deploy config

This commit is contained in:
18870
2022-06-03 21:28:44 +08:00
parent 97302ff8a2
commit 5fa62d8144
14 changed files with 144 additions and 147 deletions

View File

@@ -45,7 +45,7 @@ class AppManager(DeployConfig):
def app_update(self):
hr0(f'Update app.asar')
if not self.bool('AutoUpdate'):
if not self.AutoUpdate:
print('AutoUpdate is disabled, skip')
return False