WiiLink24 / ForecastChannel

File generator for the Forecast Channel
Mozilla Public License 2.0
24 stars 6 forks source link

Add error handler for API errors #3

Closed larsenv closed 1 year ago

larsenv commented 1 year ago

I don't see any implementation of an error handler if requests to AccuWeather's API has failed. On our version, if there's an error, it calls a function to implement blank data for the whole table entry. I'm not sure if it would be better to have blank data for the whole entry or something else.