Skip to content

Commit

Permalink
Update cafe_reward.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 16, 2024
1 parent 38c08e5 commit 8447b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/cafe_reward.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def invite_lowest_affection(self):
if not image.compare_image(self, 'cafe_invitation-ticket-order-affection', threshold=0.9):
self.logger.info("Switch to affection order")
self.click(704, 152, wait_over=True, duration=0.5)
self.click(relationship_order_button_location[self.server], wait_over=True, duration=0.5)
self.click(relationship_order_button_location[self.server][0], relationship_order_button_location[self.server][1], wait_over=True, duration=0.5)
self.click(627, 390, wait_over=True, duration=0.5)
self.latest_img_array = self.get_screenshot_array()
if not image.compare_image(self, 'cafe_invitation-ticket-order-up', threshold=0.9):
Expand Down

0 comments on commit 8447b44

Please sign in to comment.