not1mm 24.5.10__py3-none-any.whl → 24.6.1__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
@@ -510,12 +510,12 @@ class MainWindow(QtWidgets.QMainWindow):
510
510
  self.current_op = self.station.get("Call", "")
511
511
  self.voice_process.current_op = self.current_op
512
512
  self.make_op_dir()
513
- self.read_cw_macros()
513
+
514
514
  self.clearinputs()
515
515
 
516
516
  if self.pref.get("contest"):
517
517
  self.load_contest()
518
-
518
+ self.read_cw_macros()
519
519
  self.actionLog_Window.setChecked(self.pref.get("logwindow", False))
520
520
  if self.log_window:
521
521
  self.log_window.close()