Merge remote-tracking branch 'origin/static-host'

This commit is contained in:
Matt Walsh
2025-06-12 12:07:55 -05:00
6 changed files with 9 additions and 153 deletions

View File

@@ -87,7 +87,7 @@ class Radar extends WeatherDisplay {
const lists = (await Promise.all(baseUrls.map(async (url) => {
try {
// get a list of available radars
return text(url, { cors: true });
return text(url);
} catch (error) {
console.log('Unable to get list of radars');
console.error(error);