We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d50635 commit 87f5584Copy full SHA for 87f5584
clicker_bot.py
@@ -15,5 +15,5 @@
15
pyautogui.click(gift_pos[0], gift_pos[1])
16
17
for y in upgrades_y[::-1]:
18
- if pyautogui.pixel(x * 2, y * 2) == purchasable_color:
+ if pyautogui.pixel(x, y) == purchasable_color:
19
pyautogui.click(x, y)
0 commit comments