Skip to content

Commit

Permalink
Add ADIF CONTEST_ID tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 30, 2023
1 parent 564971b commit 9be9a04
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion not1mm/plugins/arrl_dx_cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "ARRL-DX-CW")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/arrl_dx_ssb.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "ARRL-DX-SSB")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/arrl_field_day.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "ARRL-FIELD-DAY")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/arrl_ss_cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "ARRL-SS-CW")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/arrl_ss_phone.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "ARRL-SS-SSB")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/canada_day.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "RAC-CANADA-DAY")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/cq_wpx_cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "CQ-WPX-CW")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/cq_wpx_ssb.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "CQ-WPX-SSB")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/cq_ww_cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "CQ-WW-CW")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/cq_ww_ssb.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "CQ-WW-SSB")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/cwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "CWOPS-CWT")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/iaru_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "IARU-HF")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/jidx_cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "JIDX-CW")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/jidx_ph.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "JIDX-SSB")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/naqp_cw.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "NAQP-CW")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/naqp_ssb.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "NAQP-SSB")


def cabrillo(self):
Expand Down
2 changes: 1 addition & 1 deletion not1mm/plugins/winter_field_day.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def calc_score(self):

def adif(self):
"""Call the generate ADIF function"""
gen_adif(self, cabrillo_name)
gen_adif(self, cabrillo_name, "WFD")


def cabrillo(self):
Expand Down

0 comments on commit 9be9a04

Please sign in to comment.