Disabled pyautogui FAILSAFE

This commit is contained in:
Dillon DuPont
2025-08-06 14:47:29 -04:00
parent 4eccf059e5
commit 0056ae44f5
3 changed files with 3 additions and 0 deletions
@@ -23,6 +23,7 @@ logger = logging.getLogger(__name__)
# This allows the server to run in headless environments
try:
import pyautogui
pyautogui.FAILSAFE = False
logger.info("pyautogui successfully imported, GUI automation available")
except Exception as e: