From: Samir Benmendil Date: Thu, 15 Jan 2015 00:35:35 +0000 (+0000) Subject: flexget: schedule on off hours X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/2dd07dc82aa122e1ef8ccb6881437b1bd27b7608?hp=--cc flexget: schedule on off hours assuming other people run on full hours --- 2dd07dc82aa122e1ef8ccb6881437b1bd27b7608 diff --git a/flexget/config.yml b/flexget/config.yml index 7d3229e..6874e65 100644 --- a/flexget/config.yml +++ b/flexget/config.yml @@ -286,6 +286,6 @@ schedules: # {{{1 - tasks: ['dl-*'] schedule: hour: '*' - minute: '00' + minute: '48' # vim: sts=2 ts=2 sw=2 et