diff --git a/iyp/crawlers/example/crawler.py b/iyp/crawlers/example/crawler.py index 531afc1..7708c7d 100644 --- a/iyp/crawlers/example/crawler.py +++ b/iyp/crawlers/example/crawler.py @@ -11,6 +11,7 @@ # Organization name and URL to data ORG = 'Example Org' URL = 'https://example.com/data.csv' +NAME = 'example.crawler' class Crawler(BaseCrawler):