diff --git a/scrapers/ca/events_web.py b/scrapers/ca/events_web.py index 19665ac763..20da4648b9 100644 --- a/scrapers/ca/events_web.py +++ b/scrapers/ca/events_web.py @@ -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)