Spaces:
Runtime error
Runtime error
Update app.js
Browse files
app.js
CHANGED
|
@@ -80,7 +80,7 @@ function loadCookies(cookieFilePath) {
|
|
| 80 |
}
|
| 81 |
|
| 82 |
const browser = await puppeteer.launch({
|
| 83 |
-
headless:
|
| 84 |
args: [
|
| 85 |
'--no-sandbox',
|
| 86 |
'--disable-setuid-sandbox',
|
|
|
|
| 80 |
}
|
| 81 |
|
| 82 |
const browser = await puppeteer.launch({
|
| 83 |
+
headless: true,
|
| 84 |
args: [
|
| 85 |
'--no-sandbox',
|
| 86 |
'--disable-setuid-sandbox',
|