mirror of https://git.48k.eu/ogclient
Rename config file
This commit changes the name of the config file from ogagent.cfg to ogclient.cfg.more_events
parent
2cd7f5b4fc
commit
f11e345dbf
2
main.py
2
main.py
|
@ -14,7 +14,7 @@ from signal import signal, SIGPIPE, SIG_DFL
|
||||||
def main():
|
def main():
|
||||||
signal(SIGPIPE, SIG_DFL)
|
signal(SIGPIPE, SIG_DFL)
|
||||||
ogconfig = ogConfig()
|
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)):
|
if (not ogconfig.parser_file(config_path)):
|
||||||
print ('Error: Parsing configuration file')
|
print ('Error: Parsing configuration file')
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in New Issue