Spaces:
Runtime error
Runtime error
Update app.js
Browse files
app.js
CHANGED
|
@@ -106,7 +106,7 @@ function loadCookies(cookieFilePath) {
|
|
| 106 |
}
|
| 107 |
|
| 108 |
const browser = await puppeteer.launch({
|
| 109 |
-
headless:
|
| 110 |
args: [
|
| 111 |
'--no-sandbox',
|
| 112 |
'--disable-setuid-sandbox',
|
|
|
|
| 106 |
}
|
| 107 |
|
| 108 |
const browser = await puppeteer.launch({
|
| 109 |
+
headless: true,
|
| 110 |
args: [
|
| 111 |
'--no-sandbox',
|
| 112 |
'--disable-setuid-sandbox',
|