fix skipping init step
All checks were successful
Test / Test (push) Successful in 1m23s

This commit is contained in:
John Burwell 2023-05-04 13:23:16 -05:00
parent e28756efa2
commit 46632fbef0

View File

@ -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