Skip to content

Commit

Permalink
Update gpo_member_photos.py
Browse files Browse the repository at this point in the history
Another URL change to unitedstates.github.io.
  • Loading branch information
konklone authored Jan 23, 2025
1 parent 0de5fa1 commit 3464858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gpo_member_photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_legislators_current(br, include_historical=False):
).json()
if include_historical:
historical = br.get(
"https://theunitedstates.io/congress-legislators/"
"https://unitedstates.github.io/congress-legislators/"
"legislators-historical.json"
).json()
legislators += historical
Expand Down

0 comments on commit 3464858

Please sign in to comment.