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 6ad2313 commit 2eee658Copy full SHA for 2eee658
utils/tally_votes.py
@@ -26,8 +26,8 @@ def main():
26
attendance_file=sys.argv[1]; # File with UUIDs for each attendee
27
ballot_file=sys.argv[2]; # File with list of ballots on which to be voted
28
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"
+ prev_votes_file="../_data/meetings/2024/09/votes.csv"
+ prev_ballots_file="../_data/meetings/2024/09/ballot.csv"
31
if not os.path.isfile(prev_votes_file):
32
prev_votes_file=""
33
if not os.path.isfile(prev_ballots_file):
0 commit comments