From 9ba0a51a89977a361c08d2e93be92df03f299f8e Mon Sep 17 00:00:00 2001 From: Dung Nguyen <> Date: Fri, 25 Feb 2022 22:28:57 +0700 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1ffef1b..6e831ad 100644 --- a/index.js +++ b/index.js @@ -249,7 +249,7 @@ ${coverLastResult(CONFIG.historys[3])} ${coverLastResult( } puppeteer - .launch({ headless: false, args: ["--no-sandbox"] }) + .launch({ headless: true, args: ["--no-sandbox"] }) .then(async (browser) => { const page = await browser.newPage(); await page.setViewport({ width: 1366, height: 768 });