Update utils.py

This commit is contained in:
Vincent
2019-03-07 22:52:16 +01:00
committed by GitHub
parent c00e29386c
commit 4bbaea631b

View File

@@ -136,7 +136,7 @@ def mk_full_id_dict(_path, _file, _type):
}
elif _type == 'tgid':
for record in records:
_dict[int(record['tgid'])] = {
_dict[int(record['id'])] = {
'NAME': record['callsign'],
'ID': record['id']
}