This commit is contained in:
Oli Passey
2025-01-17 16:19:29 +00:00
parent 7572413871
commit 1bf3df60ad
8 changed files with 370 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ def send_notifications(app_registrations):
# Get the current date
current_date = datetime.utcnow()
notification_periods = [60, 30, 7, 1]
notification_periods = [60, 30, 7, 3, 2, 1]
# Generate HTML content
html_content = generate_html(app_registrations)