diff --git a/main.go b/main.go index 62c8208..757e1ee 100644 --- a/main.go +++ b/main.go @@ -27,8 +27,8 @@ const ripestatBase = "https://stat.ripe.net" func updateStates() { log.Debug().Msg("Updating Prefixes") for _, prefix := range monitorState { - go prefix.checkVisState() - go prefix.checkLGState() + prefix.checkVisState() + prefix.checkLGState() } }