Skip to content

Commit f16fc0c

Browse files
committed
Update vote script
1 parent 47c74e4 commit f16fc0c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

utils/generate_vote_emails.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
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/2024/09/attendance.csv"
19-
prev_attendance_file_1 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2024/12/attendance.csv"
20-
curr_attendance_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/01/attendance.csv"
21-
curr_registration_file = "/Users/wbland/mpi/meeting-details/2025-01-jan/2025-01-08-registration.csv"
18+
prev_attendance_file_2 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2024/12/attendance.csv"
19+
prev_attendance_file_1 = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/01/attendance.csv"
20+
curr_attendance_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/meetings/2025/03/attendance.csv"
21+
curr_registration_file = "/Users/wbland/mpi/meeting-details/2025-03-mar/2025-03-05-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/1FAIpQLSdiAyutUO1H-vsbBdNBFgkz-OajEaMdkD8gNQ5H1v2-pJ9B6A/viewform?usp=pp_url&entry.1294356542={name}&entry.1001650979={org}&entry.1776959722={id}"
24+
voting_link = "https://docs.google.com/forms/d/e/1FAIpQLScM-VNnSFYcxZ1pbnhHSonWiTWYhPok-bPgdsNtZTXBgSdoKw/viewform?usp=pp_url&entry.1133723442={name}&entry.645559303={org}&entry.1376511413={id}"
2525

26-
vote_name = "January 2025 Day 1"
27-
closing_time = "11:30am on January 08, 2025"
28-
time_zone = "US Central Time (UTC -6)"
26+
vote_name = "March 2025 Day 1"
27+
closing_time = "2:00pm on March 05, 2025"
28+
time_zone = "Central European Time (UTC +1)"
2929
subject_string = vote_name + " Voting Link"
3030

31-
prev_ooe = 29
31+
prev_ooe = 30
3232
dry_run = 1
3333

3434
from email import encoders

0 commit comments

Comments
 (0)