diff --git a/scrap_new_items.js b/scrap_new_items.js index 6ea9e56..cfcfa80 100644 --- a/scrap_new_items.js +++ b/scrap_new_items.js @@ -384,7 +384,7 @@ async function main() { } // console.log(`Total configs to process: ${configs.length}`); for (const store of configs) { - // console.log(`Processing ${store.data}`); + console.log(`Processing ${store.data}`); // let items = await scrapeWithCheerio(store); let items = await scrapeWithPuppeteer(store); for (const item of items) {