Browse Source

Merge branch 'refs/heads/develop'

pull/228/head
Ruud 13 years ago
parent
commit
1f3e22c4ed
  1. 2
      couchpotato/core/plugins/searcher/main.py

2
couchpotato/core/plugins/searcher/main.py

@ -186,7 +186,7 @@ class Searcher(Plugin):
return True return True
log.error('Tried to download, but none of the downloaders are enabled') log.info('Tried to download, but none of the downloaders are enabled')
return False return False
def correctMovie(self, nzb = {}, movie = {}, quality = {}, **kwargs): def correctMovie(self, nzb = {}, movie = {}, quality = {}, **kwargs):

Loading…
Cancel
Save