From 518e0a02b62ed587052c472de33bf6e10a42b3c4 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 9 Mar 2019 22:46:33 -0600 Subject: [PATCH] remove unecessary key/value --- dmr_utils/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dmr_utils/utils.py b/dmr_utils/utils.py index 615ead4..9ee9e77 100755 --- a/dmr_utils/utils.py +++ b/dmr_utils/utils.py @@ -143,8 +143,7 @@ def mk_full_id_dict(_path, _file, _type): elif _type == 'tgid': for record in records: _dict[int(record['id'])] = { - 'NAME': record['callsign'], - 'ID': record['id'] + 'NAME': record['callsign'] } return _dict except IOError: