Update wunderground url
All checks were successful
Build and Publish / release (push) Successful in 2m36s
All checks were successful
Build and Publish / release (push) Successful in 2m36s
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user