typo update
This commit is contained in:
parent
4f0e5d5549
commit
d3c651752a
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ class DownloadQueue(metaclass=Singleton):
|
||||||
starts_in = parsedate_to_datetime(item.info.live_in)
|
starts_in = parsedate_to_datetime(item.info.live_in)
|
||||||
|
|
||||||
if time_now < (starts_in + timedelta(minutes=1)):
|
if time_now < (starts_in + timedelta(minutes=1)):
|
||||||
LOG.debug(f"Item '{item_ref}' is not yet live. will start at '{dt_delta(starts_in-time_now)}'.")
|
LOG.debug(f"Item '{item_ref}' is not yet live. will start in '{dt_delta(starts_in-time_now)}'.")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
LOG.info(f"Re-queuing item '{item_ref}' for download.")
|
LOG.info(f"Re-queuing item '{item_ref}' for download.")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue