Skip to content

Commit

Permalink
Add price to product
Browse files Browse the repository at this point in the history
  • Loading branch information
SidorenkovIvan committed Apr 14, 2020
1 parent 95d1034 commit ccad2c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.js
Expand Up @@ -14,7 +14,6 @@ let latest = [];
const DB_NAME = 'data.sqlite';
const GRAB_IMGS = true;


function start() {
needle.get(siteUrl, (err, res) => {
if (err) throw err;
Expand Down

0 comments on commit ccad2c1

Please sign in to comment.