mirror of
https://github.com/n0mjs710/dmr_utils3
synced 2025-12-22 00:15:36 +08:00
remove unecessary key/value
This commit is contained in:
@@ -138,7 +138,6 @@ def mk_full_id_dict(_path, _file, _type):
|
|||||||
for record in records:
|
for record in records:
|
||||||
_dict[int(record['id'])] = {
|
_dict[int(record['id'])] = {
|
||||||
'NAME': record['callsign'],
|
'NAME': record['callsign'],
|
||||||
'ID': record['id']
|
|
||||||
}
|
}
|
||||||
return _dict
|
return _dict
|
||||||
except IOError:
|
except IOError:
|
||||||
|
|||||||
Reference in New Issue
Block a user