Skip to content

Commit

Permalink
test package -2
Browse files Browse the repository at this point in the history
  • Loading branch information
DLmaster361 committed Jan 28, 2025
1 parent 793259a commit 8702070
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/core/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@

class MainTimer(QWidget):

if_FailSafeExceptioned = False

def __init__(
self,
parent=None,
Expand Down Expand Up @@ -102,9 +100,7 @@ def set_silence(self):
]
)
except pyautogui.FailSafeException as e:
if not self.if_FailSafeExceptioned:
logger.warning(f"FailSafeException: {e}")
self.if_FailSafeExceptioned = True
logger.warning(f"FailSafeException: {e}")

def search_queue(self) -> list:
"""搜索所有调度队列实例"""
Expand Down

0 comments on commit 8702070

Please sign in to comment.