From 134d57ed31bbccd91bdd0c4b5b6acc568e2e023e Mon Sep 17 00:00:00 2001 From: nativaldezt Date: Fri, 19 Mar 2021 16:30:36 -0300 Subject: [PATCH] Fix indentation. --- kingfisher_scrapy/spiders/mexico_inai_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kingfisher_scrapy/spiders/mexico_inai_api.py b/kingfisher_scrapy/spiders/mexico_inai_api.py index 53e42d51..e4c134df 100644 --- a/kingfisher_scrapy/spiders/mexico_inai_api.py +++ b/kingfisher_scrapy/spiders/mexico_inai_api.py @@ -22,7 +22,8 @@ class MexicoINAIAPI(PeriodicSpider): root_path = 'arrayReleasePackage.item' date_format = 'year' default_from_date = '2015' -default_until_date = '2020' + default_until_date = '2020' + # SimpleSpider data_type = 'release_package'