Skip to content

Commit

Permalink
fix whatsapp www
Browse files Browse the repository at this point in the history
  • Loading branch information
zeteticl committed Dec 17, 2024
1 parent 2d6d2bf commit 3d47c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core-Whatsapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const opt = {
runValidators: true
}
const herokuPuppeteer = { headless: true, 'executablePath': '/app/.apt/usr/bin/google-chrome-stable' };
const normalPuppeteer = { headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'] };
const normalPuppeteer = { headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'], 'executablePath': '/usr/bin/google-chrome' };

const newMessage = require('./message');

Expand Down

0 comments on commit 3d47c5d

Please sign in to comment.