mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 05:34:12 +00:00
Update tautulli.go
This commit is contained in:
parent
daf6d1a9d1
commit
b68fd6f63f
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ func TautulliDownloadStatistics(TautulliPort int, TautulliIP string, TautulliHtt
|
|||
}
|
||||
|
||||
if res.StatusCode != http.StatusOK {
|
||||
log.Println("Did not recieve valid HTTP status from Tautulli API. Body from response:\n" + string(body))
|
||||
log.Println("Did not recieve valid HTTP status from Tautulli API. Got '" + res.Status + "'. Body from response:\n" + string(body))
|
||||
return []models.TautulliHistoryItem{}, errors.New("Did not recieve valid HTTP status from Tautulli API.")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue