Skip to content

Commit

Permalink
indonesia_opentender: remove additional space
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Sep 30, 2021
1 parent 64de92a commit 3671efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/indonesia_opentender.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class IndonesiaOpentender(CompressedFileSpider, PeriodicSpider):
@handle_http_error
def parse_list(self, response):
data = response.json()
year = get_parameter_value(response.request.url, 'year')
year = get_parameter_value(response.request.url, 'year')
requested_codes = []
for item in data['data']:
code = item['code']
Expand Down

0 comments on commit 3671efa

Please sign in to comment.