mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 01:31:05 -07:00
auto-retry for some forecast data
This commit is contained in:
@@ -28,6 +28,8 @@ class ExtendedForecast extends WeatherDisplay {
|
||||
data: {
|
||||
units: 'us',
|
||||
},
|
||||
retryCount: 3,
|
||||
stillWaiting: () => this.stillWaiting(),
|
||||
});
|
||||
} catch (e) {
|
||||
console.error('Unable to get extended forecast');
|
||||
|
||||
Reference in New Issue
Block a user