mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:39:25 +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