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

Fix: [ALAS] Deploy config wasn't redirected after Updater.delay()

This commit is contained in:
LmeSzinc
2024-04-22 23:32:53 +08:00
parent d64d4b2587
commit cfe187ea57
2 changed files with 14 additions and 6 deletions

View File

@@ -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.