Skip to content

Commit

Permalink
Standard execution method
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewZMSU committed Sep 26, 2024
1 parent c999ef2 commit cd3d2ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/spiders/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ComposeSpider(scrapy.Spider):
"DOWNLOADER_MIDDLEWARES": {
"scrapypuppeteer.middleware.PuppeteerServiceDownloaderMiddleware": 1042,
},
"EXECUTION_METHOD": "Pyppeteer",
}

def start_requests(self):
Expand Down

0 comments on commit cd3d2ff

Please sign in to comment.