not1mm 25.1.23.1__py3-none-any.whl → 25.1.24__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/lib/version.py +1 -1
- not1mm/ratewindow.py +3 -3
- {not1mm-25.1.23.1.dist-info → not1mm-25.1.24.dist-info}/METADATA +2 -1
- {not1mm-25.1.23.1.dist-info → not1mm-25.1.24.dist-info}/RECORD +8 -8
- {not1mm-25.1.23.1.dist-info → not1mm-25.1.24.dist-info}/LICENSE +0 -0
- {not1mm-25.1.23.1.dist-info → not1mm-25.1.24.dist-info}/WHEEL +0 -0
- {not1mm-25.1.23.1.dist-info → not1mm-25.1.24.dist-info}/entry_points.txt +0 -0
- {not1mm-25.1.23.1.dist-info → not1mm-25.1.24.dist-info}/top_level.txt +0 -0
not1mm/lib/version.py
CHANGED
not1mm/ratewindow.py
CHANGED
@@ -217,9 +217,9 @@ class RateWindow(QDockWidget):
|
|
217
217
|
result = self.database.exec_sql(query)
|
218
218
|
try:
|
219
219
|
sandp = result.get("totalqs", 0) - result.get("runs", 0)
|
220
|
-
self.run_qso.setText(f"{result.get(
|
220
|
+
self.run_qso.setText(f"{result.get('runs', 0)}")
|
221
221
|
self.sandp_qso.setText(f"{sandp}")
|
222
|
-
self.qso_counts.setText(f"{result.get(
|
222
|
+
self.qso_counts.setText(f"{result.get('totalqs', 0)} pts")
|
223
223
|
except TypeError:
|
224
224
|
...
|
225
225
|
|
@@ -228,7 +228,7 @@ class RateWindow(QDockWidget):
|
|
228
228
|
result = self.database.exec_sql(query)
|
229
229
|
try:
|
230
230
|
sandp = result.get("totalqs", 0) - result.get("runs", 0)
|
231
|
-
self.hour_run_qso.setText(f"{result.get(
|
231
|
+
self.hour_run_qso.setText(f"{result.get('runs', 0)}")
|
232
232
|
self.hour_sandp_qso.setText(f"{sandp}")
|
233
233
|
except TypeError:
|
234
234
|
...
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: not1mm
|
3
|
-
Version: 25.1.
|
3
|
+
Version: 25.1.24
|
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
|
@@ -235,6 +235,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
|
|
235
235
|
|
236
236
|
## Recent Changes (Polishing the Turd)
|
237
237
|
|
238
|
+
- [25-1-24] Fix mismatched quotes causing crash.
|
238
239
|
- [25-1-23] Added a basic rate window. Changed DB to WAL mode.
|
239
240
|
- [25-1-15] Fix bug in ADIF output where mode showed as CW-R and not CW.
|
240
241
|
- [25-1-6] Altered RTTY RU UDP ADIF parse.
|
@@ -6,7 +6,7 @@ not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
|
|
6
6
|
not1mm/logwindow.py,sha256=TvpzQTNB92hISlUO3iWBqtlPmlebdhOkAArx0DNGcOs,43966
|
7
7
|
not1mm/lookupservice.py,sha256=GkY_qHZfrW6XHf8upIoaG4hCFqm0fg6Ganu9ConGrIc,2628
|
8
8
|
not1mm/radio.py,sha256=c4m7Ci38uKGKxB0JUT5uOKalI_Mm8Vmixu5D_roN5z4,5400
|
9
|
-
not1mm/ratewindow.py,sha256=
|
9
|
+
not1mm/ratewindow.py,sha256=SAtbC5pAA2urV3lBQN1HI99fktx6LiHMxxGRreH9190,9688
|
10
10
|
not1mm/rtc_service.py,sha256=axAwnCBuTr-QL0YwXtWvg9tjwhcFsiiEZFgFjOofX6k,2816
|
11
11
|
not1mm/test.py,sha256=RN71m2S9MPIOJMaoCi0wZhwEhpEZunvtosZxaKahRB4,101
|
12
12
|
not1mm/vfo.py,sha256=ggPyWtxMbdSE5RwdK0nDRwDNqOxdpb_pvnzZdbzZVQE,11136
|
@@ -116,7 +116,7 @@ not1mm/lib/plugin_common.py,sha256=M5reDYM-v5IjAa2yTROvZTeTDkXYHb3U52W9mc9GxwA,1
|
|
116
116
|
not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
|
117
117
|
not1mm/lib/settings.py,sha256=j5lIMLHJ-eqIaVr_QhI82gkbOl17_C-5suRkWbHYET8,14717
|
118
118
|
not1mm/lib/super_check_partial.py,sha256=hwT2NRwobu0PLDyw6ltmbmcAtGBD02CKGFbgGWjXMqA,2334
|
119
|
-
not1mm/lib/version.py,sha256=
|
119
|
+
not1mm/lib/version.py,sha256=HcPnaAb2SPo392ZxaG4ZcTiApnZk1fZHvAuQyfrEKPg,48
|
120
120
|
not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
|
121
121
|
not1mm/plugins/10_10_fall_cw.py,sha256=5QUyGMvGBC-HxcY_z9QbfuxSg3f7p6C9K4qhTxgZE7k,14719
|
122
122
|
not1mm/plugins/10_10_spring_cw.py,sha256=XjYFM263WYyG6nVQzPObW4YC7Z9L93rixSOcVsxPvH4,14722
|
@@ -165,9 +165,9 @@ not1mm/plugins/ref_ssb.py,sha256=vfS9-mcnbw2znRvU4jh20JqI9BXap8jV65OV5mbCkCk,209
|
|
165
165
|
not1mm/plugins/stew_perry_topband.py,sha256=D1hekmMbx-i4BhaP2uzOK3OzaVVMMdgcN3RmfweNqHo,15341
|
166
166
|
not1mm/plugins/weekly_rtty.py,sha256=huZszbZsIh4vF3cP80UyPzy3qxIoHdEiT1b6KuvwgYc,20083
|
167
167
|
not1mm/plugins/winter_field_day.py,sha256=JK4r1vfxs7aADR7ZYbjZniz3f5s3_ipSQDZ0GRNWC7I,15222
|
168
|
-
not1mm-25.1.
|
169
|
-
not1mm-25.1.
|
170
|
-
not1mm-25.1.
|
171
|
-
not1mm-25.1.
|
172
|
-
not1mm-25.1.
|
173
|
-
not1mm-25.1.
|
168
|
+
not1mm-25.1.24.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
169
|
+
not1mm-25.1.24.dist-info/METADATA,sha256=WlFOX3f7E34RBXMEaimuCnoprb_nuuTsLTEp1sBmRJw,35740
|
170
|
+
not1mm-25.1.24.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
171
|
+
not1mm-25.1.24.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
|
172
|
+
not1mm-25.1.24.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
|
173
|
+
not1mm-25.1.24.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|