jack hai 2 meses
pai
achega
c1364e2817
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -12,7 +12,7 @@ class MacImageClicker:
         self.target_image = None
         self.confidence_threshold = 0.95
         self.hotkey = keyboard.Key.f8
-        self.check_interval = 0.5
+        self.check_interval = 0.000001
         
         # macOS 特定设置
         pyautogui.FAILSAFE = True