remove duplicate dict keys

This commit is contained in:
Abigail 2020-03-29 13:52:40 -04:00
parent 08756c8979
commit c9798fabc9
No known key found for this signature in database
GPG Key ID: CF88335E873C3FB4
1 changed files with 0 additions and 3 deletions

View File

@ -175,9 +175,6 @@ def qrz_process_info(data: dict):
"Paper QSL?": mqsl,
"LotW?": lotw,
"QSL Info": data.get("qslmgr", None),
"CQ Zone": data.get("cqzone", None),
"ITU Zone": data.get("ituzone", None),
"IOTA Designator": data.get("iota", None),
"Born": data.get("born", None)}