Skip to content

Commit

Permalink
Update scraper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-R-Afonso committed Apr 23, 2020
1 parent e4882d8 commit ff1543a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scraper.js
Expand Up @@ -70,7 +70,10 @@ function run(db) {
});
page++;
console.log("in page "+page);

var wait=50000;
do{
wait--;
}while(wait!=0)
}while(page < 4);
console.log("out page "+page);
console.log("out items "+items);
Expand Down

0 comments on commit ff1543a

Please sign in to comment.