diff options
-rw-r--r-- | cfg/ogclient.cfg (renamed from cfg/ogagent.cfg) | 0 | ||||
-rw-r--r-- | main.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cfg/ogagent.cfg b/cfg/ogclient.cfg index 34939d2..34939d2 100644 --- a/cfg/ogagent.cfg +++ b/cfg/ogclient.cfg @@ -14,7 +14,7 @@ from signal import signal, SIGPIPE, SIG_DFL def main(): signal(SIGPIPE, SIG_DFL) ogconfig = ogConfig() - config_path = f'{ogConfig.OG_PATH}ogClient/cfg/ogagent.cfg' + config_path = f'{ogConfig.OG_PATH}ogClient/cfg/ogclient.cfg' if (not ogconfig.parser_file(config_path)): print ('Error: Parsing configuration file') return 0 |