From 46632fbef0f31bdb50ccc34e320529e088bf4127 Mon Sep 17 00:00:00 2001 From: John Burwell Date: Thu, 4 May 2023 13:23:16 -0500 Subject: [PATCH] fix skipping init step --- rsbbs/config.py | 1 + 1 file changed, 1 insertion(+) 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