update importst

This commit is contained in:
sentriz
2019-04-23 16:50:43 +01:00
parent f131cdf269
commit e2e68abc10
8 changed files with 18 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ import (
)
var (
baseURL = "http://ws.audioscrobbler.com/2.0/"
baseURL = "https://ws.audioscrobbler.com/2.0/"
client = &http.Client{
Timeout: 10 * time.Second,
}