diff --git a/src/main.js b/src/main.js index d6f8f66..6a7df5d 100644 --- a/src/main.js +++ b/src/main.js @@ -121,7 +121,7 @@ Apify.main(async () => { // useApifyProxy: true, // useChrome: true, // apifyProxyGroups: ['CZECH_LUMINATI'], - // liveView: Apify.isAtHome(), + liveView: Apify.isAtHome(), }; if (proxyConfig) Object.assign(launchPuppeteerOptions, proxyConfig);