diff --git a/rsbbs/config.py b/rsbbs/config.py index 021fd58..58b8cdf 100644 --- a/rsbbs/config.py +++ b/rsbbs/config.py @@ -28,6 +28,7 @@ class Config(): self.app_name = app_name self._argv_config_file = args.config_file + self._init_config_file() self._load_config() # Put the messages db file in the system's user data directory