remove unecessary key/value

This commit is contained in:
Cort Buffington 2019-03-09 22:47:53 -06:00
parent 525f842be8
commit df51c35e2f
1 changed files with 0 additions and 1 deletions

View File

@ -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: