mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-28 20:32:26 -04: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:
|
if data.qsl is not None:
|
||||||
qsl = {
|
qsl = {
|
||||||
"eQSL?": data.qsl.eqsl,
|
"eQSL?": data.qsl.eqsl,
|
||||||
"Paper QSL?": data.qsl,
|
"Paper QSL?": data.qsl.mail,
|
||||||
"LotW?": data.qsl.lotw,
|
"LotW?": data.qsl.lotw,
|
||||||
"QSL Info": data.qsl.info,
|
"QSL Info": data.qsl.info,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user