Update wunderground url
All checks were successful
Build and Publish / release (push) Successful in 2m36s

This commit is contained in:
2025-01-12 19:06:45 -05:00
parent e8fbacfe6d
commit eaf2cf211d
3 changed files with 8 additions and 4 deletions

View File

@ -15,7 +15,7 @@ type WUProvider struct{}
const (
providerName = "weatherunderground"
wuURL = "http://rtupdate.wunderground.com/weatherstation/updateweatherstation.php"
wuURL = "https://rtupdate.wunderground.com/weatherstation/updateweatherstation.php"
)
func (wu *WUProvider) Name() string {