diff --git a/kingfisher_scrapy/spiders/indonesia_bandung.py b/kingfisher_scrapy/spiders/indonesia_bandung.py index 13b8744e..5d01dadf 100644 --- a/kingfisher_scrapy/spiders/indonesia_bandung.py +++ b/kingfisher_scrapy/spiders/indonesia_bandung.py @@ -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 diff --git a/kingfisher_scrapy/spiders/indonesia_opentender.py b/kingfisher_scrapy/spiders/indonesia_opentender.py index 890642b4..d9619923 100644 --- a/kingfisher_scrapy/spiders/indonesia_opentender.py +++ b/kingfisher_scrapy/spiders/indonesia_opentender.py @@ -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 """