Skip to content

Commit

Permalink
MO: add official title back
Browse files Browse the repository at this point in the history
  • Loading branch information
NewAgeAirbender committed Dec 18, 2023
1 parent 9ba1685 commit 5f933b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/mo/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ def parse_house_bill(self, response, bill_id, bill_year, bill_code, session):
)

bill.subject = subs
bill.add_title(official_title, note="official")
bill_url = f"https://www.house.mo.gov/BillContent.aspx?bill={bid}&year={bill_year}&code={bill_code}&style=new"
bill.add_source(bill_url)

Expand Down

0 comments on commit 5f933b0

Please sign in to comment.