From 9ee482718bd246decd17731067f5e8a610a9f04a Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:33:30 +0700 Subject: [PATCH] Update scrap_new_items.js --- scrap_new_items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {