diff --git a/cmd/root.go b/cmd/root.go index 8ea9fad..370c0aa 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -77,10 +77,6 @@ func Root() *cobra.Command { disclaimer() for _, s := range sites { - if s == nil { - continue - } - wg.Add(1) sema <- struct{}{}