Skip to content

Commit

Permalink
Merge pull request #216 from dg9vh/lz-dx-contest
Browse files Browse the repository at this point in the history
Adding LZ DX Contest
  • Loading branch information
mbridak authored Nov 17, 2024
2 parents 983be66 + 0459831 commit fceb054
Show file tree
Hide file tree
Showing 3 changed files with 653 additions and 1 deletion.
2 changes: 1 addition & 1 deletion not1mm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3433,7 +3433,7 @@ def check_callsign(self, callsign) -> None:
self.contact["CountryPrefix"] = primary_pfx
self.contact["ZN"] = int(cq)
if self.contest:
if self.contest.name == "IARU HF":
if self.contest.name in("IARU HF", "LZ DX"):
self.contact["ZN"] = int(itu)
self.contact["Continent"] = continent
self.dx_entity.setText(
Expand Down
5 changes: 5 additions & 0 deletions not1mm/data/new_contest.ui
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,11 @@
<string>JIDX PH</string>
</property>
</item>
<item>
<property name="text">
<string>LZ-DX</string>
</property>
</item>
<item>
<property name="text">
<string>K1USN SST</string>
Expand Down
Loading

0 comments on commit fceb054

Please sign in to comment.