Skip to content

Commit

Permalink
Update ApexFarmer.py to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
letsmokee authored Jan 3, 2024
1 parent 24eaf11 commit 1288084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApexFarmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1288084

Please sign in to comment.