fgregg / legistar-scrape

Legistar Scraper is a python library for scraping Legistar sites -- legislation management sites hosted by by Granicus.
MIT License
23 stars 16 forks source link

Handle event keys that are not present #25

Closed walter closed 10 years ago

walter commented 10 years ago

When scraping Chicago events, I found 'Minutes' was not present. This change allowed script to proceed.

I'm not a pythonista, so perhaps there is a better way.