fix: fixed a slight path issue

chore: lowered the time.sleep time from 2 to 1
pull/418/head
Jason 2 years ago
parent ea6c214767
commit 944510a3f6

@ -26,7 +26,7 @@ print_markdown(
"### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue."
)
time.sleep(2)
time.sleep(1)
client_id = getenv("REDDIT_CLIENT_ID")
client_secret = getenv("REDDIT_CLIENT_SECRET")

@ -100,7 +100,7 @@ def make_final_video(number_of_clips, length):
else:
image_clips.insert(
0,
ImageClip("assets/png/title.png")
ImageClip("assets/temp/png/title.png")
.set_duration(audio_clips[0].duration)
.set_position("center")
.resize(width=W - 100)

Loading…
Cancel
Save