patrickbr / db-api-to-gtfs

Small hack to convert data from the Deutsche Bahn API into a valid GTFS feed
https://gtfs.de
GNU General Public License v2.0
34 stars 5 forks source link

Retry and error handling in fetch_json #8

Closed highsource closed 7 years ago

highsource commented 7 years ago

I've added some error handling and retry logic to fetch_json to make it a little bit more robust. This should fix #7.

patrickbr commented 7 years ago

Very nice, thank you!