Don't break but try next release

This commit is contained in:
Ruud
2012-06-29 14:35:59 +02:00
parent 891dbe8ab4
commit 97940b3f67
+3 -2
View File
@@ -159,8 +159,9 @@ class Searcher(Plugin):
continue
if nzb['score'] <= 0:
log.debug('No more releases with score higher than 0')
break
log.info('Ignored, score to low: %s', nzb['name'])
continue
downloaded = self.download(data = nzb, movie = movie)
if downloaded is True:
ret = True