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 5464e9a commit 1af02e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_event_reminders.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import markdown

# Load events.csv and email_addresses.csv
events_df = pd.read_csv('events.csv')
events_df = pd.read_csv('events.tsv', delimiter='\t')
emails_df = pd.read_csv('email_addresses.csv')

# Extract email addresses
Expand Down

0 comments on commit 1af02e6

Please sign in to comment.