Skip to content

Commit

Permalink
fixing collect_1_battlepass_reward() deadspace clicsk
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Sep 22, 2024
1 parent f59f15f commit 5244992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyclashbot/bot/battlepass.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def collect_1_battlepass_reward(vm_index, logger):

# claim the reward
logger.change_status('Clicking "Claim Rewards" button')
click(vm_index, claim_rewards_coord[0], claim_rewards_coord[1])
click(vm_index, claim_rewards_coord[0], claim_rewards_coord[1],clicks = 3,interval = 0.5)
time.sleep(3)

# click deadspace until back to battlepass page + a little extra ;)
Expand Down

0 comments on commit 5244992

Please sign in to comment.