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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user