Closed channiemills closed 5 years ago
@channiemills thanks for the PR! You can pass the string of the location (or wherever might mention a cancellation) to the _get_status
function in the text
kwarg. More info here https://cityscrapers.org/docs/development/#status
It looks like the check for isort
is failing for now though, but running the linting commands locally should fix that
Thanks for the feedback, back to you @pjsier
@channiemills looks great, thanks! Merging now
PR for https://github.com/City-Bureau/city-scrapers/issues/912.
I did have a question, how should I handle
cancelled
meetings? The website uses the location field to indicate whether a meeting is canceled or not but I wasn't sure if there was a different field I should use on the meeting object to indicate that.