diff --git a/scraper/auto.ts b/scraper/auto.ts index ee97627..05618a4 100644 --- a/scraper/auto.ts +++ b/scraper/auto.ts @@ -66,6 +66,8 @@ class Auto { token: process.env.TELEGRAM_BOT_TOKEN, chatId: process.env.TELEGRAM_BOT_CHAT_ID, }; + + this.inform("[auto] Empezando scrap"); } async downloadList(supermercado: Supermercado) {