Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nativaldezt committed Mar 19, 2021
1 parent e81455c commit 134d57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kingfisher_scrapy/spiders/mexico_inai_api.py
Expand Up @@ -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'

Expand Down

0 comments on commit 134d57e

Please sign in to comment.