From d3c651752aaf1f7207b727b24af21da400dc713a Mon Sep 17 00:00:00 2001 From: arabcoders Date: Tue, 22 Apr 2025 17:38:32 +0300 Subject: [PATCH] typo update --- app/library/DownloadQueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/DownloadQueue.py b/app/library/DownloadQueue.py index 653c4338..4a130d3a 100644 --- a/app/library/DownloadQueue.py +++ b/app/library/DownloadQueue.py @@ -802,7 +802,7 @@ class DownloadQueue(metaclass=Singleton): starts_in = parsedate_to_datetime(item.info.live_in) 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 LOG.info(f"Re-queuing item '{item_ref}' for download.")