mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-26 09:37:13 +08:00
Fix: [ALAS] Deploy config wasn't redirected after Updater.delay()
This commit is contained in:
@@ -38,6 +38,8 @@ class DeployConfig(_DeployConfig):
|
||||
if hasattr(self, key):
|
||||
super().__setattr__(key, value)
|
||||
|
||||
self.config_redirect()
|
||||
|
||||
def write(self):
|
||||
"""
|
||||
Write `self.config` into deploy config.
|
||||
|
||||
Reference in New Issue
Block a user