mirror of
https://github.com/SinTan1729/TvTimeToTrakt.git
synced 2025-04-19 01:20: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...")
|
||||
break
|
||||
|
||||
if not self._should_continue():
|
||||
if not self._should_continue(tv_time_item):
|
||||
break
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue