Skip to content

Commit

Permalink
修复刷声骸某些情况可能卡领取奖励(fix #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Jul 23, 2024
1 parent 8ca9412 commit 3a288f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/task/BaseCombatTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def handle_claim_button(self):
vertical_variance=0.1,
use_gray_scale=True, time_out=2, threshold=0.8):
self.send_key('esc')
self.sleep(0.05)
logger.info(f"found a claim reward")
return True

Expand Down

0 comments on commit 3a288f0

Please sign in to comment.