mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2025-04-19 17:40:01 -05:00
Fix error
This commit is contained in:
parent
ad00347714
commit
0f869788fb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Processor(ABC):
|
||||||
logging.warning("An error occurred 10 times in a row... skipping episode...")
|
logging.warning("An error occurred 10 times in a row... skipping episode...")
|
||||||
break
|
break
|
||||||
|
|
||||||
if not self._should_continue():
|
if not self._should_continue(tv_time_item):
|
||||||
break
|
break
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue