mirror of
https://github.com/n0mjs710/dmr_utils3
synced 2025-12-20 23:45: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:
|
||||
_dict[int(record['id'])] = {
|
||||
'NAME': record['callsign'],
|
||||
'ID': record['id']
|
||||
}
|
||||
return _dict
|
||||
except IOError:
|
||||
|
||||
Reference in New Issue
Block a user