Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Mar 2, 2021
1 parent bc6a6f6 commit bb82136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/openopps.py
Expand Up @@ -42,7 +42,7 @@ class OpenOpps(BaseSpider):
default_from_date = '2011-01-01'
root_path = 'results.item.json'
dont_truncate = True

access_token = None
api_limit = 10000 # OpenOpps API limit for search results
request_time_limit = 60 # in minutes
Expand Down

0 comments on commit bb82136

Please sign in to comment.