mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[scraper] fixes cron expression
This commit is contained in:
@@ -22,7 +22,7 @@ const PROVIDERS = [
|
||||
// thepiratebayDumpScraper
|
||||
// thepiratebayUnofficialDumpScraper
|
||||
];
|
||||
const SCRAPE_CRON = process.env.SCRAPE_CRON || '* * 0/4 * * *';
|
||||
const SCRAPE_CRON = process.env.SCRAPE_CRON || '0 0 */4 ? * *';
|
||||
|
||||
async function scrape() {
|
||||
return PROVIDERS
|
||||
|
||||
Reference in New Issue
Block a user