pgh-public-meetings / city-scrapers-pitt

Pittsburgh City Scrapers: sourcing public meetings in Pittsburgh
https://pgh-public-meetings.github.io/events/
MIT License
19 stars 66 forks source link

Fix pa_liquorboard #91

Closed ben-nathanson closed 4 years ago

ben-nathanson commented 4 years ago

Fix an issue where get_status was broken on pa_liquorboard causing it to yield no meetings. The issue was recreated and then fixed. I think the crux of the problem had to do with strings like "-" getting passed into our datetime parser.

I also added new tests to try and catch issues like this in the future.