Skip to content

Commit

Permalink
2022 year change
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushisahejpal committed Jan 11, 2024
1 parent e1e6cb2 commit a6ac9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/fecAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
key = os.environ['FECKEY']

# additional api parameters specific to the operation
api_parameters = {'api_key': key, 'office':'H', 'sort':'name', 'state':'MA', 'election_year':[2016]}
api_parameters = {'api_key': key, 'office':'H', 'sort':'name', 'state':'MA', 'election_year':[2022]}

# ping api
response = requests.get(base_url + operation, params = api_parameters)
Expand Down

0 comments on commit a6ac9c6

Please sign in to comment.