From 76cadf01a4e0d9ae714c240cf9c48ab117d3b2e6 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Sun, 7 Feb 2021 15:02:52 -0800 Subject: [PATCH] fix typo --- bridge_gps_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge_gps_data.py b/bridge_gps_data.py index 90190d1..4e17403 100755 --- a/bridge_gps_data.py +++ b/bridge_gps_data.py @@ -1732,13 +1732,13 @@ 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__))+'/gps_data.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) data_id = int(CONFIG['GPS_DATA']['DATA_DMR_ID']) - echo_id = int(CONFIG['GPS_DATA']['ECHO_DMR_ID']) + #echo_id = int(CONFIG['GPS_DATA']['ECHO_DMR_ID']) # Group call or Unit (private) call call_type = CONFIG['GPS_DATA']['CALL_TYPE']