From d56f65b9abb2ed3a21ed5ea34db49205fd6666ff Mon Sep 17 00:00:00 2001 From: Blondel MONDESIR Date: Fri, 5 Jul 2024 12:33:17 -0400 Subject: [PATCH] Abbreviate message Co-authored-by: A Holt --- cps/tasks/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/tasks/download.py b/cps/tasks/download.py index 340118d649..1db4d694a3 100644 --- a/cps/tasks/download.py +++ b/cps/tasks/download.py @@ -58,7 +58,7 @@ def run(self, worker_thread): self.message = f"Downloading {self.media_url_link}..." if self.live_status == "was_live": - self.message += f" (This may take longer than expected due to the video was live for {self.duration})" + self.message += f" (formerly live video, length/duration is {self.duration} seconds)" while p.poll() is None: self.end_time = datetime.now() # Check if there's data available to read