Skip to content

Commit 2eee658

Browse files
committed
Update vote tally script
1 parent 6ad2313 commit 2eee658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/tally_votes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def main():
2626
attendance_file=sys.argv[1]; # File with UUIDs for each attendee
2727
ballot_file=sys.argv[2]; # File with list of ballots on which to be voted
2828
votes_file=sys.argv[3]; # File with votes captured from Google Forms
29-
prev_votes_file="../_data/meetings/2024/03/votes.csv"
30-
prev_ballots_file="../_data/meetings/2024/03/ballot.csv"
29+
prev_votes_file="../_data/meetings/2024/09/votes.csv"
30+
prev_ballots_file="../_data/meetings/2024/09/ballot.csv"
3131
if not os.path.isfile(prev_votes_file):
3232
prev_votes_file=""
3333
if not os.path.isfile(prev_ballots_file):

0 commit comments

Comments
 (0)