-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@mbridak removed commented out code.
- Loading branch information
Showing
1 changed file
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
""" | ||
LZ-DX | ||
@dg9vh | ||
LZ-DX | ||
------------------------------------------------- | ||
Status: Active | ||
Geographic Focus: Bulgaria | ||
|
@@ -28,7 +29,7 @@ | |
Score Calculation: Total score = total QSO points x total mults | ||
Mail logs to: [email protected] | ||
Find rules at: https://lzdx.bfra.bg/rulesen.html | ||
Cabrillo name: HELVETIA | ||
Cabrillo name: LZ-DX | ||
""" | ||
|
||
import datetime | ||
|
@@ -157,16 +158,6 @@ def set_tab_prev(self): | |
} | ||
|
||
|
||
''' | ||
def set_contact_vars(self): | ||
"""Contest Specific""" | ||
self.contact["SNT"] = self.sent.text() | ||
self.contact["RCV"] = self.receive.text() | ||
self.contact["SentNr"] = self.other_1.text().upper() | ||
self.contact["NR"] = self.other_2.text().upper() | ||
''' | ||
|
||
|
||
def set_contact_vars(self): | ||
"""Contest Specific""" | ||
self.contact["SNT"] = self.sent.text() | ||
|
@@ -222,11 +213,6 @@ def prefill(self): | |
else: | ||
field.setText(sent_sxchange_setting) | ||
|
||
# print(self.contact.get("ZN", 0)) | ||
# """Fill ITU Zone""" | ||
# if len(self.other_2.text()) == 0: | ||
# self.other_2.setText(str(self.contact.get("ZN", 0))) | ||
|
||
|
||
def show_mults(self): | ||
"""Return display string for mults""" | ||
|