diff options
Diffstat (limited to 'manager.py')
| -rw-r--r-- | manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ class PixMan: signal.signal(signal.SIGINT, PixMan.handle_sigint) self.configfile = configfile - config = Config.load(self.configfile) if os.path.exists(self.configfile) else Config(file=self.configfile) + config = Config.load(self.configfile) if os.path.exists(self.configfile) else Config() self.init_web(host, port) self.update_config(config) |
