Skip to content

Commit

Permalink
Docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewZMSU committed Sep 12, 2024
1 parent 56e8f0f commit 5a820bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapypuppeteer/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def follow_all(
if xpath:
actions = self.xpath(xpath)

page_id = self.page_id
page_id = self.page_id # Substitution of page_id in order to create new page
self.page_id = None

yield from (
Expand Down

0 comments on commit 5a820bc

Please sign in to comment.