Skip to content

Commit

Permalink
Merge pull request #4998 from braykuka/il-sponsorship-cleanup
Browse files Browse the repository at this point in the history
IL: Sponsorship Cleanup
  • Loading branch information
NewAgeAirbender authored Jul 31, 2024
2 parents d332298 + c308cf4 commit 68f52b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/il/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ def scrape_bill(self, chamber, session, doc_type, url, bill_type=None):
related_entities=related_orgs,
)

if action.lower().find("sponsor") != -1:
self.refine_sponsor_list(actor, action, sponsor_list, bill_id)
# if action.lower().find("sponsor") != -1:
# self.refine_sponsor_list(actor, action, sponsor_list, bill_id)

# now add sponsors
for spontype, sponsor, chamber, official_type in sponsor_list:
Expand Down

0 comments on commit 68f52b3

Please sign in to comment.