Skip to content

Commit

Permalink
CA: events undo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemortenson committed Jan 21, 2025
1 parent 435dbf7 commit 10c360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/ca/events_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def scrape_upper_agenda(self, event, committees, url):

def scrape_lower(self):
lower_start_url = (
"c"
"https://www.assembly.ca.gov/schedules-publications/assembly-daily-file"
)
html = requests.get(lower_start_url).text
page = lxml.html.fromstring(html)
Expand Down

0 comments on commit 10c360d

Please sign in to comment.