mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-16 20:59:30 +00:00
update base image
This commit is contained in:
@@ -121,7 +121,7 @@ const scrape = async () => {
|
||||
}
|
||||
const cronTask = cron.schedule('*/1 * * * *', async () => {
|
||||
await scrape()
|
||||
})
|
||||
}, { scheduled: false })
|
||||
console.log('valid: ', cron.validate('*/1 * * * *'))
|
||||
bot.on(message('text'), async (ctx) => {
|
||||
const text = ctx.message?.text
|
||||
|
||||
Reference in New Issue
Block a user