From 76e29e6a7a8fae9b6800b6023d0812040cb48e6e Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Apr 2012 20:10:05 +0200 Subject: [PATCH] Don't search on start. --- couchpotato/core/plugins/searcher/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index a4050b0..ce67522 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/couchpotato/core/plugins/searcher/main.py @@ -28,8 +28,6 @@ class Searcher(Plugin): # Schedule cronjob fireEvent('schedule.cron', 'searcher.all', self.all_movies, day = self.conf('cron_day'), hour = self.conf('cron_hour'), minute = self.conf('cron_minute')) - addEvent('app.load', self.all_movies) - def all_movies(self): if self.in_progress: