diff --git a/cmd/web.go b/cmd/web.go index c7ded15..50c91e7 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -20,10 +20,7 @@ var ( xpathSelector string ) -var ( - cfg *config.Config - scraperConfig scraper.Config -) +var scraperConfig scraper.Config var webCmd = &cobra.Command{ Use: "web",