mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +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…
x
Reference in New Issue
Block a user