Skip to content

Commit

Permalink
Merge pull request #212 from ryparker/gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 19, 2022
2 parents 76394d3 + 7bd2341 commit ba7776f
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 @@ -23,7 +23,7 @@
)

regex1 = re.compile(
r'<a href="https://www.congress.gov/member/[^/]+/(\w+)[^<]+</a></span>'
r'<a href="/member/[^/]+/(\w+)[^<]+</a></span>'
'[^<]*<div[^<]+<div class="member-image"><img src="/img/member/([^"]+)"'
)

Expand Down

0 comments on commit ba7776f

Please sign in to comment.