Skip to content

Commit f7cd959

Browse files
committed
Update email script
1 parent 46314e9 commit f7cd959

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/generate_vote_emails.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# If modifying these scopes, delete the file token.pickle.
1616
SCOPES = ["https://www.googleapis.com/auth/forms.body", "https://www.googleapis.com/auth/gmail.send"]
1717

18-
prev_attendance_file_2 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/01/attendance.csv"
19-
prev_attendance_file_1 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/03/attendance.csv"
20-
curr_attendance_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/06/attendance.csv"
21-
curr_registration_file = "/Users/wbland/mpi/meeting-details/2025-06-jun/2025-06-04-registration.csv"
18+
prev_attendance_file_2 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/03/attendance.csv"
19+
prev_attendance_file_1 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/06/attendance.csv"
20+
curr_attendance_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/09/attendance.csv"
21+
curr_registration_file = "/Users/wbland/mpi/meeting-details/2025-09-sep/2025-09-29-registration.csv"
2222
transition_orgs_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/orgs.csv"
2323
# Make sure to use a pre-filled link here so it gets email out correctly
24-
voting_link = "https://docs.google.com/forms/d/e/1FAIpQLSeFoCI0c4FIv1Ui7Iq8mkbPba6wEsqn1mF4jG_n66M005ggdA/viewform?usp=pp_url&entry.109270161={name}&entry.432336106={org}&entry.1621315545={id}"
24+
voting_link = "https://docs.google.com/forms/d/e/1FAIpQLScqtyF0M24CLo7__5Ptqr2uru0MnGLGc3_91hn9pwqbxJz1Qw/viewform?usp=pp_url&entry.1458754837={name}&entry.230843655={org}&entry.2145750499={id}"
2525

2626
vote_name = "September 2025 Day 1"
2727
closing_time = "05:00pm on September 30, 2025"

0 commit comments

Comments
 (0)