Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
I DID mean to increase this by one day...
Browse files Browse the repository at this point in the history
  • Loading branch information
le717 committed Jul 29, 2023
1 parent 9a6c428 commit 16cdbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/protected/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def post(self, **kwargs: Any):
# them again (except one day before to prevent multiplication by zero), then taking the
# number of days since and multiplying it by a constant. Once I get back to sending all
# 700+, I'll switch back to the mailing list
day_emails_started_back = date(2023, 7, 27)
day_emails_started_back = date(2023, 7, 28)
days_since_start = (date.today() - day_emails_started_back).days
total_emails_to_send_to = days_since_start * 10
emails = db.emails.get_emails_totalling(total_emails_to_send_to)
Expand Down

0 comments on commit 16cdbcf

Please sign in to comment.