diff --git a/kingfisher_scrapy/spiders/chile_base.py b/kingfisher_scrapy/spiders/chile_base.py index 77d1b3dd..4e3a8b25 100644 --- a/kingfisher_scrapy/spiders/chile_base.py +++ b/kingfisher_scrapy/spiders/chile_base.py @@ -73,5 +73,6 @@ def parse_list(self, response): meta={ 'year': year, 'month': month, - } + }, + callback=self.parse_list )