No searches on app.load
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user