not1mm 25.5.31__py3-none-any.whl → 25.6.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
not1mm/__main__.py CHANGED
@@ -144,7 +144,7 @@ class MainWindow(QtWidgets.QMainWindow):
144
144
  contest = None
145
145
  contest_settings = {}
146
146
  contact_is_dupe = False
147
- pref = None
147
+ pref = {}
148
148
  station = {}
149
149
  current_op = ""
150
150
  current_mode = ""
@@ -3839,7 +3839,7 @@ class MainWindow(QtWidgets.QMainWindow):
3839
3839
  self.check_window.msg_from_main(cmd)
3840
3840
  if len(stripped_text) >= 3:
3841
3841
  self.check_callsign(stripped_text)
3842
- # self.check_callsign(stripped_text)
3842
+ # self.check_callsign(stripped_text)
3843
3843
  if self.check_dupe(stripped_text):
3844
3844
  self.dupe_indicator.show()
3845
3845
  else: