Skip to content

Commit

Permalink
Update mail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying authored Nov 23, 2024
1 parent 7943e7e commit 344ac0f
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 @@ -6,7 +6,7 @@ def to_mail(self):
rgb_possibles = {"main_page": (1141, 43)}
img_ends = "mail_menu"
img_possibles = picture.GAME_ONE_TIME_POP_UPS[self.server]
picture.co_detect(self, None, rgb_possibles, img_ends, img, True)
picture.co_detect(self, None, rgb_possibles, img_ends, img_possibles, True)


def implement(self):
Expand Down

0 comments on commit 344ac0f

Please sign in to comment.