No searches on app.load

This commit is contained in:
Ruud
2011-08-21 16:10:19 +02:00
parent fa71a00732
commit 6c960afad6
2 changed files with 0 additions and 3 deletions
@@ -20,7 +20,6 @@ class Searcher(Plugin):
# Schedule cronjob
fireEvent('schedule.cron', 'searcher.all', self.all, day = self.conf('cron_day'), hour = self.conf('cron_hour'), minute = self.conf('cron_minute'))
addEvent('app.load', self.all)
def all(self):
@@ -36,8 +36,6 @@ class Newznab(NZBProvider, RSS):
self.registerStatic(__file__)
addEvent('app.load', self.feed)
def feed(self):
hosts = self.getHosts()