mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 13:59:02 +08:00
Fix: Missing config_redirect() call in classic installer
This commit is contained in:
parent
698cb75039
commit
df3d61d2d6
@ -98,6 +98,8 @@ class DeployConfig(ConfigModel):
|
|||||||
if hasattr(self, key):
|
if hasattr(self, key):
|
||||||
super().__setattr__(key, value)
|
super().__setattr__(key, value)
|
||||||
|
|
||||||
|
self.config_redirect()
|
||||||
|
|
||||||
def write(self):
|
def write(self):
|
||||||
poor_yaml_write(self.config, self.file)
|
poor_yaml_write(self.config, self.file)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user