We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dbebe3 + fac0859 commit 19981e8Copy full SHA for 19981e8
not1mm/lib/plugin_common.py
@@ -89,7 +89,7 @@ def gen_adif(self, cabrillo_name: str, contest_id=""):
89
hisname = contact.get("Name", "")
90
the_date_and_time = contact.get("TS", "")
91
themode = contact.get("Mode", "")
92
- if themode == "CWR":
+ if themode in ("CWR", "CW-R"):
93
themode = "CW"
94
if cabrillo_name in ("CQ-WW-RTTY", "WEEKLY-RTTY"):
95
themode = "RTTY"
0 commit comments