diff --git a/scrape.go b/scrape.go index 42d6440..8afd179 100644 --- a/scrape.go +++ b/scrape.go @@ -85,7 +85,7 @@ func CanScrape(subject string) bool { return false } - return scraped == "1" + return scraped == "0" } // ScrapeMajor is the scraping invocation for a specific major.