Update video_creation/final_video.py

Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
pull/1583/head
Hassan Hossam 2 years ago committed by GitHub
parent 0e888bc1f1
commit e9a624c672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save