Skip to content

Commit

Permalink
Merge pull request #678 from open-contracting/673-indonesia
Browse files Browse the repository at this point in the history
673 Indonesia
  • Loading branch information
yolile committed Mar 19, 2021
2 parents 5dfb3c8 + e072877 commit b527492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/indonesia_bandung.py
Expand Up @@ -12,7 +12,7 @@ class IndonesiaBandung(PeriodicSpider):
If ``from_date`` is not provided defaults to 2013.
until_date
Download only releases until this date (YYYY format).
If ``from_date`` is not provided defaults to current year.
If ``until_date`` is not provided defaults to current year.
API endpoints
Get contract list by year
Link
Expand Down
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/indonesia_opentender.py
Expand Up @@ -12,7 +12,7 @@ class IndonesiaOpentender(CompressedFileSpider, PeriodicSpider):
If ``from_date`` is not provided defaults to 2008.
until_date
Download only releases until this date (YYYY format).
If ``from_date`` is not provided defaults to current year.
If ``until_date`` is not provided defaults to current year.
Bulk download documentation
https://v3.opentender.net/#/ocds
"""
Expand Down

0 comments on commit b527492

Please sign in to comment.