Skip to content

Commit 0459831

Browse files
committed
Adding LZ DX Contest
Adding Contest
1 parent 983be66 commit 0459831

File tree

3 files changed

+653
-1
lines changed

3 files changed

+653
-1
lines changed

not1mm/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3433,7 +3433,7 @@ def check_callsign(self, callsign) -> None:
34333433
self.contact["CountryPrefix"] = primary_pfx
34343434
self.contact["ZN"] = int(cq)
34353435
if self.contest:
3436-
if self.contest.name == "IARU HF":
3436+
if self.contest.name in("IARU HF", "LZ DX"):
34373437
self.contact["ZN"] = int(itu)
34383438
self.contact["Continent"] = continent
34393439
self.dx_entity.setText(

not1mm/data/new_contest.ui

+5
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@
342342
<string>JIDX PH</string>
343343
</property>
344344
</item>
345+
<item>
346+
<property name="text">
347+
<string>LZ-DX</string>
348+
</property>
349+
</item>
345350
<item>
346351
<property name="text">
347352
<string>K1USN SST</string>

0 commit comments

Comments
 (0)