Skip to content

Commit

Permalink
fix typo (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmtbr authored Aug 13, 2024
1 parent 317adde commit 2a0c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_playwright/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ async def _handle_response(response: PlaywrightResponse) -> None:
raise err

logger.debug(
"Waiting on dowload to finish for %s",
"Waiting on download to finish for %s",
request.url,
extra={
"spider": spider,
Expand Down

0 comments on commit 2a0c8ef

Please sign in to comment.