mirror of https://git.48k.eu/ogclient
Rename ogClient to ogclient in config path
parent
058c2b5413
commit
1212040df1
2
main.py
2
main.py
|
@ -16,7 +16,7 @@ from signal import signal, SIGPIPE, SIG_DFL
|
|||
def main():
|
||||
signal(SIGPIPE, SIG_DFL)
|
||||
ogconfig = ogConfig()
|
||||
config_path = f'{ogConfig.OG_PATH}ogClient/cfg/ogclient.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
|
||||
|
|
Loading…
Reference in New Issue