mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
368 stars 90 forks source link

Handle variable numbers of lines in Overpass status page #152

Closed dericke closed 2 years ago

dericke commented 2 years ago

I just discovered the Overpass status page can sometimes have more lines in it than usual, but the code I wrote to check Overpass status assumes there will always be the same number. This PR handles that case and adds a test.