From e072877cda139a872c82b6c1169f8625e28a76b8 Mon Sep 17 00:00:00 2001 From: cecicasco Date: Fri, 19 Mar 2021 10:39:08 -0300 Subject: [PATCH] correted documentation until_date --- kingfisher_scrapy/spiders/indonesia_bandung.py | 2 +- kingfisher_scrapy/spiders/indonesia_opentender.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 """