Skip to content

Commit

Permalink
Abbreviate message
Browse files Browse the repository at this point in the history
Co-authored-by: A Holt <[email protected]>
  • Loading branch information
deldesir and holta authored Jul 5, 2024
1 parent 6a108bd commit d56f65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/tasks/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d56f65b

Please sign in to comment.