Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewZMSU committed Jul 1, 2024
1 parent 1f58055 commit 860bd39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scrapypuppeteer/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ def close_used_contexts(self, spider):
)
dfd.addErrback(
lambda _: self.service_logger.log(
level=logging.WARNING, msg="Could not close contexts"
level=logging.WARNING,
msg="Could not close contexts",
)
)
raise DontCloseSpider()
Expand Down

0 comments on commit 860bd39

Please sign in to comment.