mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 08:06:49 +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):
|
||||
super().__setattr__(key, value)
|
||||
|
||||
self.config_redirect()
|
||||
|
||||
def write(self):
|
||||
poor_yaml_write(self.config, self.file)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user