Skip to content

Commit

Permalink
🐛 improve report time cost
Browse files Browse the repository at this point in the history
  • Loading branch information
SivWatt committed Jul 2, 2022
1 parent 534aaf9 commit 0d0fe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion league.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def reportAPlayer(self, leagueRegion, point):
pyautogui.mouseDown(reportPoint, button='left', duration=1.0)
pyautogui.mouseUp(reportPoint, button='left')

time.sleep(1.5)
time.sleep(0.3)

self.logger.info("locate check boxes")
# locate report check boxes
Expand Down

0 comments on commit 0d0fe65

Please sign in to comment.