From fa840b2e33830e6b4b242911fc3d22c0bd2dcbc5 Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Wed, 13 Jul 2022 16:59:32 -0400 Subject: [PATCH] argentina_buenos_aires change file structure --- kingfisher_scrapy/spiders/argentina_buenos_aires.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kingfisher_scrapy/spiders/argentina_buenos_aires.py b/kingfisher_scrapy/spiders/argentina_buenos_aires.py index dfce4c85..b2cf204e 100644 --- a/kingfisher_scrapy/spiders/argentina_buenos_aires.py +++ b/kingfisher_scrapy/spiders/argentina_buenos_aires.py @@ -16,11 +16,8 @@ class ArgentinaBuenosAires(SimpleSpider): name = 'argentina_buenos_aires' download_timeout = 1000 - # BaseSpider - root_path = 'main.item' - # SimpleSpider - data_type = 'release' + data_type = 'release_package' def start_requests(self): # A CKAN API JSON response.