opencivicdata / python-legistar-scraper

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

Don't try to pull from cache for top level events page #94

Closed fgregg closed 5 years ago

fgregg commented 5 years ago

Previously, we created a method on the LegistarEvents page to prevent the caching of the top level events page. #86.

However, we didn't make a method for preventing pull from the cache if that page had already been cached. This adds that.