Skip to content

Commit

Permalink
Merge pull request #301 from opencivicdata/feature/hec/lametro/import…
Browse files Browse the repository at this point in the history
…-oversight-committees

Import oversight committees
  • Loading branch information
hancush authored Nov 26, 2019
2 parents 08eb860 + ce8bd04 commit a637523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lametro/people.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def scrape(self):
members[member] = p

for body in self.bodies():
if body['BodyTypeId'] == body_types['Committee']:
if body['BodyTypeId'] in (body_types['Committee'], body_types['Independent Taxpayer Oversight Committee']):
organization_name = body['BodyName'].strip()
o = Organization(organization_name,
classification='committee',
Expand Down

0 comments on commit a637523

Please sign in to comment.