Merge pull request #1 from f4hlv/patch-1

Update utils.py
This commit is contained in:
Cort Buffington 2019-03-07 16:59:39 -06:00 committed by GitHub
commit 525f842be8
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']
}