Skip to content

Commit

Permalink
Fix: Missing config_redirect() call in classic installer
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Apr 26, 2024
1 parent 698cb75 commit df3d61d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def read(self):
if hasattr(self, key):
super().__setattr__(key, value)

self.config_redirect()

def write(self):
poor_yaml_write(self.config, self.file)

Expand Down

0 comments on commit df3d61d

Please sign in to comment.