Merge pull request #1039 from PatatjeMC/master

Ending freeze fix
pull/1049/head
Jason 2 years ago committed by GitHub
commit 222b7d6e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -153,7 +153,7 @@ def make_final_video(
ffmpeg_extract_subclip(
"assets/temp/temp.mp4",
0,
final.duration,
length,
targetname=f"results/{subreddit}/{filename}",
)
save_data(subreddit, filename, title, idx, background_config[2])

Loading…
Cancel
Save