We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf0b61 commit ffc46a0Copy full SHA for ffc46a0
utils/tally_votes.py
@@ -34,8 +34,8 @@ def main():
34
attendance_file=sys.argv[1]; # File with UUIDs for each attendee
35
ballot_file=sys.argv[2]; # File with list of ballots on which to be voted
36
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"
+ prev_votes_file="../_data/meetings/2025/09/votes.csv"
+ prev_ballots_file="../_data/meetings/2025/09/ballot.csv"
39
if not os.path.isfile(prev_votes_file):
40
prev_votes_file=""
41
if not os.path.isfile(prev_ballots_file):
0 commit comments