Skip to content

Commit

Permalink
Merge pull request #489 from metabrainz/change-nag
Browse files Browse the repository at this point in the history
Change nag to $5 for one month
  • Loading branch information
mayhem authored Nov 14, 2024
2 parents 1ae90e0 + 3d5775a commit 9e8babd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metabrainz/model/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_nag_days(editor):
-1 = unknown person, 0 = no need to nag, 1 = should be nagged.
Second is...
"""
days_per_dollar = 7.5
days_per_dollar = 6
result = db.session.execute(
"SELECT ((amount + COALESCE(fee, 0)) * :days_per_dollar) - "
"((extract(epoch from now()) - extract(epoch from payment_date)) / 86400) as nag "
Expand Down

0 comments on commit 9e8babd

Please sign in to comment.