From 1c20cda389ccc0aba1b6588d9a51fcdf931edcee Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 29 May 2013 14:50:22 +0200 Subject: [PATCH] Set updater crons on start. --- couchpotato/core/_base/updater/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index 88d2281..14a0b17 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/couchpotato/core/_base/updater/main.py @@ -34,6 +34,7 @@ class Updater(Plugin): self.updater = SourceUpdater() addEvent('app.load', self.autoUpdate) + addEvent('app.load', self.setCrons) addEvent('updater.info', self.info) addApiView('updater.info', self.getInfo, docs = {