Skip to content

Commit

Permalink
Update generate_event_reminders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored Jul 18, 2024
1 parent 765e854 commit ac702fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate_event_reminders.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def create_event_script(event_name, date_str, content, frequency, day_of_week, d
'on': {
'schedule': [
{'cron': cron_schedule}
]
],
'workflow_dispatch': {}
},
'jobs': {
'send_email': {
Expand Down

0 comments on commit ac702fe

Please sign in to comment.