Skip to content

Commit 1288084

Browse files
authored
Update ApexFarmer.py to v1.6
1 parent 24eaf11 commit 1288084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApexFarmer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def process_exists(process_name):
272272
matchmaking=0
273273
timer_matchmaking=0
274274
break
275-
elif pyautogui.locateOnScreen(resource_path('ss\\matchmaking.png'), region=(0,538,447,528), confidence=0.9 is None:
275+
elif pyautogui.locateOnScreen(resource_path('ss\\matchmaking.png'), region=(0,538,447,528), confidence=0.9) is None:
276276
matchmaking=0
277277
timer_matchmaking=0
278278
break

0 commit comments

Comments
 (0)