Skip to content

Commit

Permalink
fixing bannerbox deadspace clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Mar 12, 2024
1 parent f902d1f commit e61212f
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 @@ -96,7 +96,7 @@ def collect_bannerbox_rewards(vm_index, logger: Logger) -> bool:
logger.change_status("Bannerbox not available.")

# click deadspace a bunch, then return
click(vm_index, 10, 250, clicks=10, interval=0.33)
click(vm_index, 10, 450, clicks=10, interval=0.33)
return True

logger.change_status("Bannerbox is available! Buying it...")
Expand Down

0 comments on commit e61212f

Please sign in to comment.