From d30c3571c80becb0c8f12cd6aee9d70af965705f Mon Sep 17 00:00:00 2001 From: Tim Showers Date: Tue, 18 Oct 2016 10:20:48 -0400 Subject: [PATCH] Added veto and override actions to MO --- openstates/mo/bills.py | 2 ++ 1 file changed, 2 insertions(+) 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: