diff --git a/openstates/oh/bills.py b/openstates/oh/bills.py index de4ad0630a..5c469fb0de 100644 --- a/openstates/oh/bills.py +++ b/openstates/oh/bills.py @@ -70,6 +70,9 @@ def scrape(self, session, chambers): "confer_712":"other", "msg_506":"amendment:failed", "receive_message_100":"bill:passed", + "motion_920":"other", + "concur_611":"other", + "confer_735":"other" } @@ -114,10 +117,15 @@ def scrape(self, session, chambers): bill = None for bill_version in bill_versions[b].values(): if not bill: + bill_id = bill_version["number"] title = bill_version["shorttitle"] or bill_version["longtitle"] title = title.strip() + + if not len(title): + self.warning("Missing title for {bill_id}".format(bill_id=bill_id)) + next chamber = "lower" if "h" in bill_id else "upper" @@ -290,10 +298,13 @@ def add_document(self,documents,bill_id,type_of_document,bill,base_url): "PH": "Passed: House", "":"", "ICS":"", + "IC":"", "RCS":"", "EN":"Enacted", "RCH":"Re-referred", - "PHC":"" + "RRH":"", + "PHC":"", + "CR":"" } for item in documents: