not1mm 24.10.20.1__py3-none-any.whl → 24.10.21__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/checkwindow.py CHANGED
@@ -23,7 +23,6 @@ from PyQt6.QtCore import pyqtSignal
23
23
  import not1mm.fsutils as fsutils
24
24
  from not1mm.lib.database import DataBase
25
25
 
26
- # from not1mm.lib.multicast import Multicast
27
26
  from not1mm.lib.super_check_partial import SCP
28
27
 
29
28
  logger = logging.getLogger(__name__)
@@ -32,7 +31,6 @@ logger = logging.getLogger(__name__)
32
31
  class CheckWindow(QDockWidget):
33
32
  """The check window. Shows list or probable stations."""
34
33
 
35
- multicast_interface = None
36
34
  message = pyqtSignal(dict)
37
35
  dbname = None
38
36
  pref = {}
@@ -61,12 +59,6 @@ class CheckWindow(QDockWidget):
61
59
  self.mscp = SCP(fsutils.APP_DATA_PATH)
62
60
  self._udpwatch = None
63
61
  self.udp_fifo = queue.Queue()
64
- # self.multicast_interface = Multicast(
65
- # self.pref.get("multicast_group", "239.1.1.1"),
66
- # self.pref.get("multicast_port", 2239),
67
- # self.pref.get("interface_ip", "0.0.0.0"),
68
- # )
69
- # self.multicast_interface.ready_read_connect(self.watch_udp)
70
62
 
71
63
  def msg_from_main(self, packet):
72
64
  """"""
@@ -72,7 +72,7 @@ class SCP:
72
72
  [
73
73
  x[0]
74
74
  for x in process.extract(
75
- acall, self.scp, scorer=prefer_prefix_score, limit=25
75
+ acall, self.scp, scorer=prefer_prefix_score, limit=20
76
76
  )
77
77
  ]
78
78
  )
not1mm/lib/version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """It's the version"""
2
2
 
3
- __version__ = "24.10.20.1"
3
+ __version__ = "24.10.21"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: not1mm
3
- Version: 24.10.20.1
3
+ Version: 24.10.21
4
4
  Summary: NOT1MM Logger
5
5
  Author-email: Michael Bridak <michael.bridak@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mbridak/not1mm
@@ -231,6 +231,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
231
231
 
232
232
  ## Recent Changes
233
233
 
234
+ - [24-10-21] Scaled back the hits returned from the check window from 25 to 20. Seems less resource hungry now.
234
235
  - [24-10-20-1] ReWrote how the widgets interact. I porbably broke a thing or two. Let me know.
235
236
  - [24-10-20] Add ESM to ARRL DX.
236
237
  - [24-10-19-1] Rewrite part of CAT control.
@@ -1,7 +1,7 @@
1
1
  not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  not1mm/__main__.py,sha256=J0Jgm4Q0tXthiRw3VLfROKQSdK66olZNUJmr963ExQ8,135049
3
3
  not1mm/bandmap.py,sha256=UQVT_YIL0aXhYm6hZxTzjDL1dSIsCF07opnlO2B1_rw,30840
4
- not1mm/checkwindow.py,sha256=9NQTAvKqVTosTM3idRSXlj8vd9qrKNtDDuWWAZki7mI,10046
4
+ not1mm/checkwindow.py,sha256=F6hNCbVSLG2PPY2afgmwlBWeqr1Uj4-n__AivDLVQ_0,9670
5
5
  not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
6
6
  not1mm/logwindow.py,sha256=TvpzQTNB92hISlUO3iWBqtlPmlebdhOkAArx0DNGcOs,43966
7
7
  not1mm/lookupservice.py,sha256=4c36x_1G3Sy69gQfJ6El7vHLIKTjLGH67ziPPoeYweM,2648
@@ -113,8 +113,8 @@ not1mm/lib/playsound.py,sha256=kxkcitBFbZCXJ2wxQ1lxg4rBwfxiSpuNpJSXHOPCoXA,9241
113
113
  not1mm/lib/plugin_common.py,sha256=TbFUbftjELFt4QRdsjSHbqnXSngZOlSwlCTClqosDXA,9727
114
114
  not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
115
115
  not1mm/lib/settings.py,sha256=7_JFDSKPOd35Gwzqhrbed4EfrlYUm7AEnz2xBRioc-g,13280
116
- not1mm/lib/super_check_partial.py,sha256=p5l3u2ZOCBtlWgbvskC50FpuoaIpR07tfC6zTdRWbh4,2334
117
- not1mm/lib/version.py,sha256=mO7vD3BtnY9pSmPqTVFAQM327xFlzfV49YITO2fSi7k,51
116
+ not1mm/lib/super_check_partial.py,sha256=hwT2NRwobu0PLDyw6ltmbmcAtGBD02CKGFbgGWjXMqA,2334
117
+ not1mm/lib/version.py,sha256=D6mIm6OgYWzRneWveEQ3LiGbwAb1EyqiRI--vg2Qr64,49
118
118
  not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
119
119
  not1mm/plugins/10_10_fall_cw.py,sha256=IttjX1yy4nDdACGsiYlPteFG8eVseX_WtoFio6bqHE8,10953
120
120
  not1mm/plugins/10_10_spring_cw.py,sha256=ThCptdM3dX4ywhoy2JRcOEyHSqcJolFaT7O_PYzM1Mg,10958
@@ -158,9 +158,9 @@ not1mm/plugins/ref_cw.py,sha256=aWjHHkqIKutjRUtzh09y5haFfnZK9poRQDWRQMDRxxU,1632
158
158
  not1mm/plugins/stew_perry_topband.py,sha256=CKBQbYl4ETxhXJd2dma4fg_C5pag_s7Nf61SCztZtqE,10668
159
159
  not1mm/plugins/weekly_rtty.py,sha256=ipgY-KlKlEHafnBg-_AFk9KhiXkGTvb4ENoezIeD7jU,18185
160
160
  not1mm/plugins/winter_field_day.py,sha256=nPuPxdK1FimPsHk-uz_3MA4cBqBp6WcwApk7PZwWeWg,13579
161
- not1mm-24.10.20.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
162
- not1mm-24.10.20.1.dist-info/METADATA,sha256=h0XNjW515DgP7XL9W0Y-V6AjiYVhRQaJm28bJvsCRYw,34725
163
- not1mm-24.10.20.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
164
- not1mm-24.10.20.1.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
165
- not1mm-24.10.20.1.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
166
- not1mm-24.10.20.1.dist-info/RECORD,,
161
+ not1mm-24.10.21.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
162
+ not1mm-24.10.21.dist-info/METADATA,sha256=wsTxrklnGtgMPyF9gTHhc823BjFPgkdYPRgc74xr0Bo,34835
163
+ not1mm-24.10.21.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
164
+ not1mm-24.10.21.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
165
+ not1mm-24.10.21.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
166
+ not1mm-24.10.21.dist-info/RECORD,,