Skip to content

Commit

Permalink
Merge pull request #4886 from NewAgeAirbender/mn_bills
Browse files Browse the repository at this point in the history
MN: committee name cleanup
  • Loading branch information
NewAgeAirbender authored Mar 18, 2024
2 parents 4292574 + 667af47 commit 06ca85c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scrapers/mn/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def scrape_lower(self):
def scrape_committee(self, url, event):
page = self.lxmlize(url)
committee = page.xpath("string(//h1)").strip()
if "Committee" not in committee:
committee = committee + " Committee"

event.add_participant(committee, type="committee", note="host")
chair_name = page.xpath(
Expand Down

0 comments on commit 06ca85c

Please sign in to comment.