opencivicdata / python-legistar-scraper

Scrapes municipal data from Legistar websites
BSD 3-Clause "New" or "Revised" License
42 stars 28 forks source link

Remove key_for_request override from LegistarEventsScraper #123

Closed antidipyramid closed 10 months ago

antidipyramid commented 10 months ago

Overview

Scrapelib's Scraper.key_for_request() function was updated to take more arguments. LegistarEventsScraper.key_for_request() hadn't been updated to reflect the change.

Instead of updating LegistarEventsScraper, we decided the override was unnecessary so it's been removed altogether.