use main .cfg file

This commit is contained in:
n0mjs710 2020-02-11 15:57:44 -06:00
parent 0613defeb7
commit a4691ad117
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ if __name__ == '__main__':
# Ensure we have a path for the config file, if one wasn't specified, then use the default (top of file)
if not cli_args.CONFIG_FILE:
cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/deconstructor.cfg'
cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/hblink.cfg'
# Call the external routine to build the configuration dictionary
CONFIG = config.build_config(cli_args.CONFIG_FILE)