Skip to content

Commit

Permalink
NC
Browse files Browse the repository at this point in the history
  • Loading branch information
twentyforty committed Sep 1, 2024
1 parent 91a7489 commit 3724f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/nc/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def scrape_bill(self, chamber, session, bill_id, bill_type, bill_title):
classification=spon_type,
entity_type="person",
primary=(spon_type == "primary"),
chamber=chamber,
)
except IndexError:
self.warning("No sponsors")
Expand Down

0 comments on commit 3724f05

Please sign in to comment.