fix(package): 固定nuitka版本号

This commit is contained in:
DLmaster
2025-01-28 14:53:36 +08:00
parent 8702070725
commit ffa3767198
2 changed files with 6 additions and 2 deletions

View File

@@ -45,6 +45,8 @@ class MainTimer(QWidget):
):
super().__init__(parent)
self.if_FailSafeException = False
self.Timer = QTimer()
self.Timer.timeout.connect(self.timed_start)
self.Timer.timeout.connect(self.set_silence)
@@ -100,7 +102,9 @@ class MainTimer(QWidget):
]
)
except pyautogui.FailSafeException as e:
logger.warning(f"FailSafeException: {e}")
if not self.if_FailSafeException:
logger.warning(f"FailSafeException: {e}")
self.if_FailSafeException = True
def search_queue(self) -> list:
"""搜索所有调度队列实例"""

View File

@@ -8,4 +8,4 @@ pywin32
pyautogui
pycryptodome
requests
nuitka
nuitka==2.6