mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-21 23:45:16 -05:00
exts/callsign: fix mail qsl display
This commit is contained in:
parent
cf93773a3c
commit
df08cefe25
@ -101,7 +101,7 @@ def qrz_process_info(data: CallsignData) -> Dict:
|
||||
if data.qsl is not None:
|
||||
qsl = {
|
||||
"eQSL?": data.qsl.eqsl,
|
||||
"Paper QSL?": data.qsl,
|
||||
"Paper QSL?": data.qsl.mail,
|
||||
"LotW?": data.qsl.lotw,
|
||||
"QSL Info": data.qsl.info,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user