Skip to content

Commit

Permalink
moldova_old: Maximum year is 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 24, 2021
1 parent c47bbb8 commit 66de686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/moldova_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MoldovaOld(PeriodicSpider):
# BaseSpider
date_format = 'year'
default_from_date = '2012'
default_until_date = '2018'
default_until_date = '2017'

# SimpleSpider
data_type = 'release_package'
Expand Down

0 comments on commit 66de686

Please sign in to comment.