From 8f577fa5f153666e1aaf20578f1b12d1736bc8da Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 16 Apr 2012 10:16:34 +0200 Subject: [PATCH] Remove leftover testfunction --- couchpotato/core/plugins/searcher/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index f2a8572..b0e5297 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/couchpotato/core/plugins/searcher/main.py @@ -25,7 +25,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')) - def test(): def all_movies(self): db = get_session()