diff --git a/scrapers/pa/bills.py b/scrapers/pa/bills.py index ecd87aad33..f332af7776 100644 --- a/scrapers/pa/bills.py +++ b/scrapers/pa/bills.py @@ -278,7 +278,7 @@ def parse_votes(self, bill, page): # As of Nov 2024, this URL in the new site is broken # but works if we add a query param if "sessyr" not in url.lower(): - url = f"{url}&sessyr={self.session_year}" + url = f"{url}&sessYr={self.session_year}" yield from self.parse_committee_votes(bill, url) else: msg = "Unexpected vote url: %r" % url