diff --git a/scrapers/mi/bills.py b/scrapers/mi/bills.py index b8c5ecb693..49c439933d 100644 --- a/scrapers/mi/bills.py +++ b/scrapers/mi/bills.py @@ -124,7 +124,7 @@ def scrape_actions(self, bill: Bill, page: lxml.html.HtmlElement): # chapter law if "assigned pa" in action.lower(): - match = re.search(r"(\d{4})'(\d+)", action) + match = re.search(r"(\d+)'(\d+)", action) act_num = match.group(1).lstrip("0") act_year = f"20{match.group(2)}" bill.add_citation(