Fixed live view

This commit is contained in:
JakubDrobnik 2018-11-21 15:55:14 +01:00
parent d2b8fd2639
commit 2fddeeded9

View File

@ -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);