diff --git a/src/main.js b/src/main.js index e70984e..fcddf8b 100644 --- a/src/main.js +++ b/src/main.js @@ -57,7 +57,7 @@ Apify.main(async () => { const crawler = new Apify.PuppeteerCrawler({ launchPuppeteerOptions: { useApifyProxy: true, - useChrome: true, + // useChrome: true, apifyProxyGroups: ['CZECH_LUMINATI'], // liveView: Apify.isAtHome(), },