Skip to content

Commit 87f5584

Browse files
authored
Update clicker_bot.py
1 parent 9d50635 commit 87f5584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clicker_bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
pyautogui.click(gift_pos[0], gift_pos[1])
1616

1717
for y in upgrades_y[::-1]:
18-
if pyautogui.pixel(x * 2, y * 2) == purchasable_color:
18+
if pyautogui.pixel(x, y) == purchasable_color:
1919
pyautogui.click(x, y)

0 commit comments

Comments
 (0)