Remove debug print

pull/2070/head
Cyteon 1 year ago committed by GitHub
parent 29ed02df0e
commit a655ae9825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,8 +8,6 @@ def make_meme_video():
os.mkdir("./clipped")
directory = f'./results/{settings.config["reddit"]["thread"]["subreddit"]}'
print(directory)
# Get a list of all MP4 files in the directory
mp4_files = [f for f in os.listdir(directory) if f.endswith('.mp4')]

Loading…
Cancel
Save