Browse Source

Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop

pull/110/head
Ruud 13 years ago
parent
commit
9362077d9f
  1. 1
      couchpotato/core/plugins/searcher/main.py

1
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()

Loading…
Cancel
Save