Skip to content

Commit

Permalink
Changed to stay running longer.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Jul 8, 2018
1 parent 39daa82 commit 585f190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.js
Expand Up @@ -74,7 +74,7 @@ phantom.create().then(function(ph){
return _ph.createPage();
}).then(function(page){
_page = page;
console.log("Here 2");
console.log("Here 2: " + url);
return _page.open(url);
}).then(function(status){
console.log("Here 3");
Expand All @@ -90,7 +90,7 @@ phantom.create().then(function(ph){
console.log(e);
});
console.log("Done.");
return;
// return;


requestPage(url, body => {
Expand Down

0 comments on commit 585f190

Please sign in to comment.