updateServersData should not stop after error

This commit is contained in:
Dawid Wysokiński 2020-07-16 13:17:09 +02:00 committed by Kichiyaki
parent 237f870abc
commit d18506700d
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ func (h *handler) updateServersData() {
log.Printf("%s: updating data", server.Key)
if err := sh.update(); err != nil {
log.Println(errors.Wrap(err, server.Key))
return
} else {
log.Printf("%s: data updated", server.Key)
}