Skip to content

Commit

Permalink
Revert "get roles for board members", the world is more complicated t…
Browse files Browse the repository at this point in the history
…han I hoped popolo-project/popolo-spec#125

This reverts commit 240c2ad.
  • Loading branch information
fgregg committed Jan 27, 2017
1 parent 240c2ad commit 6c3adb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lametro/people.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def scrape(self):
role = term['OfficeRecordTitle']

if role != 'non-voting member':
role = 'Board Member'
post = VOTING_POSTS.get(member)
else:
role = 'Nonvoting Board Member'
Expand Down

0 comments on commit 6c3adb5

Please sign in to comment.