Skip to content

Commit

Permalink
Corrected JSON syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Jul 9, 2018
1 parent bc9203c commit 72e41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -81,7 +81,7 @@ function run(database) {
console.log(result);
});

puppeteer.launch({ headless: true, args: [ '--no-sandbox', '--disable-setuid-sandbox' ] ignoreHTTPSErrors: true }).then(function(browser) {
puppeteer.launch({ headless: true, args: [ '--no-sandbox', '--disable-setuid-sandbox' ], ignoreHTTPSErrors: true }).then(function(browser) {
console.log("Here A1");
browser.newPage().then(function(page) {
console.log("Here A2");
Expand Down

0 comments on commit 72e41ef

Please sign in to comment.