From e9a624c6725e3f86c309e9015311c3a4bfa865ac Mon Sep 17 00:00:00 2001 From: Hassan Hossam <66433496+Hassan-Hossam@users.noreply.github.com> Date: Sun, 16 Apr 2023 12:32:34 +0200 Subject: [PATCH] Update video_creation/final_video.py Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com> --- video_creation/final_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 794a6f5..6b3eea6 100644 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -106,7 +106,7 @@ def prepare_background(reddit_id: str, W: int, H: int) -> str: os.remove(f"assets/temp/{reddit_id}/background_noaudio.mp4") prepare_background(reddit_id, W, H) except: - print('Please Rerun the script ') + print('Please re-run the script ') exit() return output_path