Skip to content

Commit ffc46a0

Browse files
committed
Update tally script
1 parent ecf0b61 commit ffc46a0

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
@@ -34,8 +34,8 @@ def main():
3434
attendance_file=sys.argv[1]; # File with UUIDs for each attendee
3535
ballot_file=sys.argv[2]; # File with list of ballots on which to be voted
3636
votes_file=sys.argv[3]; # File with votes captured from Google Forms
37-
prev_votes_file="../_data/meetings/2025/06/votes.csv"
38-
prev_ballots_file="../_data/meetings/2025/06/ballot.csv"
37+
prev_votes_file="../_data/meetings/2025/09/votes.csv"
38+
prev_ballots_file="../_data/meetings/2025/09/ballot.csv"
3939
if not os.path.isfile(prev_votes_file):
4040
prev_votes_file=""
4141
if not os.path.isfile(prev_ballots_file):

0 commit comments

Comments
 (0)