summaryrefslogtreecommitdiff
path: root/manager.py
diff options
context:
space:
mode:
Diffstat (limited to 'manager.py')
-rw-r--r--manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.py b/manager.py
index a7d8ebd..b2e101f 100644
--- a/manager.py
+++ b/manager.py
@@ -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)