Skip to content

Commit

Permalink
fix: more debug to find the patreon kudos issue
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Jul 25, 2024
1 parent fe71fbf commit f8cffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/classes/base/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def modify_monthly_kudos(self, monthly_kudos):
db.session.commit()

def receive_monthly_kudos(self, force=False, prevent_date_change=False):
logger.info(f"Checking {self.get_unique_alias()} for monthly kudos...")
logger.info(f"Checking {self.get_unique_alias()} for monthly kudos. They currently have {self.kudos} kudos last received at {self.monthly_kudos_last_received}")
kudos_amount = self.calculate_monthly_kudos()
if kudos_amount == 0:
logger.warning(f"receive_monthly_kudos() received 0 kudos account {self.get_unique_alias()}")
Expand Down

0 comments on commit f8cffc2

Please sign in to comment.