Fix scraping check function

This commit is contained in:
2024-01-30 22:14:14 -06:00
parent 9cc0311164
commit a1b6fa9a01

View File

@@ -85,7 +85,7 @@ func CanScrape(subject string) bool {
return false return false
} }
return scraped == "1" return scraped == "0"
} }
// ScrapeMajor is the scraping invocation for a specific major. // ScrapeMajor is the scraping invocation for a specific major.