Skip to content

Commit

Permalink
Added veto and override actions to MO
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Oct 18, 2016
1 parent d68da69 commit d30c357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstates/mo/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d30c357

Please sign in to comment.