From 911d324231186f2e1bf99f76127c020dad6a2157 Mon Sep 17 00:00:00 2001 From: Tim Showers Date: Thu, 9 Jan 2025 09:05:13 -0500 Subject: [PATCH] IL: Events: Emptyscrape wording update --- scrapers/il/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/il/events.py b/scrapers/il/events.py index 4820f30b06..7a9a99d051 100644 --- a/scrapers/il/events.py +++ b/scrapers/il/events.py @@ -115,7 +115,7 @@ def scrape(self): doc = lxml.html.fromstring(html) doc.make_links_absolute(url) - if doc.xpath('//div[contains(text(), "No hearings currently scheduled")]'): + if doc.xpath('//p[contains(text(), "No scheduled hearings for Month")]'): self.info(f"No hearings in {chamber}") no_scheduled_ct += 1 continue