From 128808477fd60bf7c07e0781fc54fd6c200cb1d8 Mon Sep 17 00:00:00 2001 From: letsmoke <107760297+letsmokee@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:15:22 +0200 Subject: [PATCH] Update ApexFarmer.py to v1.6 --- ApexFarmer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApexFarmer.py b/ApexFarmer.py index 436e3ee..9e311b7 100644 --- a/ApexFarmer.py +++ b/ApexFarmer.py @@ -272,7 +272,7 @@ def process_exists(process_name): matchmaking=0 timer_matchmaking=0 break - elif pyautogui.locateOnScreen(resource_path('ss\\matchmaking.png'), region=(0,538,447,528), confidence=0.9 is None: + elif pyautogui.locateOnScreen(resource_path('ss\\matchmaking.png'), region=(0,538,447,528), confidence=0.9) is None: matchmaking=0 timer_matchmaking=0 break