Skip to content

Commit

Permalink
update schedule night
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumewuip committed Jul 21, 2023
1 parent 9c3c03c commit 37416a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss-to-tana/index.js
Expand Up @@ -8,7 +8,7 @@ const Tana = require('./tana');
const parser = new RSSParser();

const schedules = {
twiceAtNight: '0 0 23,6 * * *', // 23:00 and 06:00 every day
twiceAtNight: '0 0 23,4 * * *', // 23:00 and 04:00 every day
everyHour: '0 0 * * * *', // every hour every day
}

Expand Down

0 comments on commit 37416a2

Please sign in to comment.