Skip to content

Commit

Permalink
Update mail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 16, 2024
1 parent 5b7dfea commit 38c08e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def implement(self):
self.latest_img_array = self.get_screenshot_array()
if color.judge_rgb_range(self, 1142, 646, 206, 226, 207, 227, 208, 228):
self.logger.info("mail reward HAS BEEN COLLECTED, quit")
self.click(1236, 39, wait=False)
self.click(1236, 39)
elif color.judge_rgb_range(self, 1142, 646, 235, 255, 233, 243, 65, 85):
self.logger.info("COLLECT mail reward")
time.sleep(0.5)
Expand Down

0 comments on commit 38c08e5

Please sign in to comment.