Skip to content

Commit

Permalink
paraguay: Add line to code example
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 20, 2022
1 parent b59a03f commit c9609a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kingfisher_scrapy/downloadermiddlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class Paraguay:
requests_backlog = []
def build_access_token_request(self):
self.access_token_scheduled_at = datetime.now()
return scrapy.Request("https://example.com")
"""

Expand Down

0 comments on commit c9609a7

Please sign in to comment.