break backlog on error

This commit is contained in:
Ruud
2014-08-28 15:25:25 +02:00
parent 1d60d9caf1
commit 3cfe90d581
@@ -47,6 +47,8 @@ class Bluray(Automation, RSS):
if page_year > 0 and page_year < self.getMinimal('year'):
brk = True
except:
log.error('Failed determining page year: %s', traceback.format_exc())
brk = True
break
if brk: