Update utils.py

This commit is contained in:
Vincent 2019-03-07 22:52:16 +01:00 committed by GitHub
parent c00e29386c
commit 4bbaea631b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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']
}