Shuts up the update spam
This commit is contained in:
parent
ae58539a4b
commit
746a5b5b6f
2
main.go
2
main.go
@ -100,7 +100,9 @@ func (a *App) runUpdater(webClient *http.Client) {
|
||||
now := time.Now()
|
||||
servers, err := scrapeByond(webClient, now)
|
||||
dur := time.Since(now)
|
||||
if err != nil {
|
||||
a.Log("Scrape done in %s, errors: %v", dur, err)
|
||||
}
|
||||
|
||||
if err == nil {
|
||||
servers = append(servers, a.makeHubEntry(now, servers))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user