diff --git a/openstates/mo/bills.py b/openstates/mo/bills.py index f523770308..3c42f4ae09 100644 --- a/openstates/mo/bills.py +++ b/openstates/mo/bills.py @@ -54,6 +54,8 @@ def _get_action(self, actor, action): 'Third Read and Passed' : 'bill:passed', 'Signed by Governor' : 'governor:signed', 'Approved by Governor' : 'governor:signed', + 'Vetoed by Governor' : 'governor:vetoed', + 'Legislature voted to override Governor\'s veto': 'bill:veto_override:passed', } found_action = 'other' for flag in flags: