Skip to content

Commit

Permalink
Merge pull request #5032 from NewAgeAirbender/nm_bills
Browse files Browse the repository at this point in the history
NM: update http to https
  • Loading branch information
NewAgeAirbender authored Sep 16, 2024
2 parents 1e6bcb7 + cf6077b commit ff80607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/nm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ class NewMexico(State):

def get_session_list(self):
return url_xpath(
"http://www.nmlegis.gov/",
"https://www.nmlegis.gov/",
'//select[@name="ctl00$MainContent$ddlSessions"]' "/option/text()",
)

0 comments on commit ff80607

Please sign in to comment.