From d5d8cb17219272c62a42714675a2c27b386d267f Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 14 Jul 2022 22:42:04 -0400 Subject: [PATCH] fix: typo --- video_creation/background.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/background.py b/video_creation/background.py index 19ded06..7a577e6 100644 --- a/video_creation/background.py +++ b/video_creation/background.py @@ -58,7 +58,7 @@ def download_background(background_config: Tuple[str, str, str, Any]): YouTube(uri, on_progress_callback=on_progress).streams.filter(res="1080p").first().download( "assets/backgrounds", filename=f"{credit}-{filename}" ) - print_substep("Background videos downloaded successfully! 🎉", style="bold green") + print_substep("Background video downloaded successfully! 🎉", style="bold green") def chop_background_video(background_config: Tuple[str, str, str, Any], video_length: int):