File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
curr_registration_file = "/Users/wbland/mpi/meeting-details/2025-06-jun/2025-06-04-registration.csv"
22
22
transition_orgs_file = "/Users/wbland/mpi/mpi-forum.github.io/_data/orgs.csv"
23
23
# 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/1FAIpQLSeaS0ppyW9BVbFt57nb__0Q2mrrdeRobFJg6Ouk0uW_BztffQ /viewform?usp=pp_url&entry.661715895 ={name}&entry.795178664 ={org}&entry.535119709 ={id}"
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}"
25
25
26
- vote_name = "June 2025 Day 1 "
27
- closing_time = "12:30pm on June 04 , 2025"
26
+ vote_name = "June 2025 Day 2 "
27
+ closing_time = "12:30pm on June 05 , 2025"
28
28
time_zone = "US Central Time (UTC - 4)"
29
29
subject_string = vote_name + " Voting Link"
30
30
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def isEmpty(val):
20
20
def main ():
21
21
year = "2025"
22
22
month = "06"
23
- day = "1 "
23
+ day = "2 "
24
24
filename = """../_data/meetings/{year}/{month}/votes.csv""" .format (year = year , month = month )
25
25
votes_list = list (csv .DictReader (open (filename )));
26
26
You can’t perform that action at this time.
0 commit comments