From 38a9354f668b271019b0e2c9e3388d4c60bd69f9 Mon Sep 17 00:00:00 2001 From: Drugsosos <44712637+Drugsosos@users.noreply.github.com> Date: Fri, 15 Jul 2022 02:37:46 +0300 Subject: [PATCH] hotfix in indexes_for_videos --- 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 578eaab..ff12862 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -158,7 +158,7 @@ def make_final_video( ): image_clips.append( create_image_clip( - f'comment_{indexes_of_clips[photo_idx]}', + f'comment_{photo_idx}', audio_clips[idx].start, audio_clips[idx].duration )