Skip to content

Commit

Permalink
fixing collect_bannerbox_rewards() deadspace click
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Mar 12, 2024
1 parent ecf1248 commit f902d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyclashbot/bot/bannerbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def collect_bannerbox_rewards(vm_index, logger: Logger) -> bool:
return False

# click deadspace
click(vm_index, 10, 250, clicks=5, interval=0.33)
click(vm_index, 10, 450, clicks=5, interval=0.33)

# return true if everything went well
return True
Expand Down

0 comments on commit f902d1f

Please sign in to comment.