Updated config class to split the initialisation into a function

This commit is contained in:
Veronica K. B. Olsen
2019-05-12 11:59:47 +02:00
parent fe05761fe7
commit ea34884d8c
2 changed files with 44 additions and 27 deletions
+2 -2
View File
@@ -62,10 +62,10 @@ logger = logging.getLogger(__name__)
# Load the main config as a global object
CONFIG = Config()
CONFIG.initConfig()
def main(sysArgs):
"""
Parses command line, sets up logging, and launches main GUI.
"""Parses command line, sets up logging, and launches main GUI.
"""
# Valid Input Options