diff --git a/index.js b/index.js index d53d573..fc415ba 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,7 @@ async function captureComplexArticles(complex) { console.log(`\nšŸ¢ [${name}] (${id}) ė°ģ“ķ„° ģˆ˜ģ§‘ ģ‹œģž‘`); const browser = await puppeteer.launch({ - headless: false, + headless: true, args: [ "--no-sandbox", "--disable-setuid-sandbox",