From a4691ad1179ce8ed7de6a992f313f4c615ef125f Mon Sep 17 00:00:00 2001 From: n0mjs710 Date: Tue, 11 Feb 2020 15:57:44 -0600 Subject: [PATCH] use main .cfg file --- desconstructor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desconstructor.py b/desconstructor.py index 5b22edf..f289ffa 100755 --- a/desconstructor.py +++ b/desconstructor.py @@ -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)