File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88Gemfile.lock
99utils /credentials.json
1010utils /vote_emailer_credentials.json
11+ utils /vote_form_generator.json
1112utils /token. *
1213utils /ballot.csv
1314utils /votes.csv
Original file line number Diff line number Diff line change 1616
1717def main ():
1818 year = "2024"
19- month = "03 "
20- day = "1 "
19+ month = "09 "
20+ day = "2 "
2121 filename = """../_data/meetings/{year}/{month}/votes.csv""" .format (year = year , month = month )
2222 votes_list = list (csv .DictReader (open (filename )));
2323
@@ -55,7 +55,7 @@ def main():
5555 creds .refresh (Request ())
5656 else :
5757 flow = InstalledAppFlow .from_client_secrets_file (
58- 'credentials .json' , SCOPES )
58+ 'vote_form_generator .json' , SCOPES )
5959 creds = flow .run_local_server (port = 0 )
6060 # Save the credentials for the next run
6161 with open ('token.json' , 'w' ) as token :
You can’t perform that action at this time.
0 commit comments