diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 28956e6..8524051 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -43,7 +43,10 @@ def name_normalize(name: str) -> str: def make_final_video( - number_of_clips: int, length: int, reddit_obj: dict, background_config: Tuple[str, str, str, Any] + number_of_clips: int, + length: int, + reddit_obj: dict, + background_config: Tuple[str, str, str, Any], ): """Gathers audio clips, gathers all screenshots, stitches them together and saves the final video to assets/temp Args: