Skip to content

Commit

Permalink
Update URL for photos.
Browse files Browse the repository at this point in the history
This switches the URL of fetched photos to use unitedstates.github.io
  • Loading branch information
konklone authored Jan 23, 2025
1 parent b7685ff commit 0de5fa1
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 @@ -67,7 +67,7 @@ def get_legislators_current(br, include_historical=False):
increases the download size)
"""
legislators = br.get(
"https://theunitedstates.io/congress-legislators/legislators-current.json"
"https://unitedstates.github.io/congress-legislators/legislators-current.json"
).json()
if include_historical:
historical = br.get(
Expand Down

0 comments on commit 0de5fa1

Please sign in to comment.