diff --git a/video_creation/memes.py b/video_creation/memes.py index 18748e5..61f205a 100644 --- a/video_creation/memes.py +++ b/video_creation/memes.py @@ -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')] @@ -29,4 +27,4 @@ def make_meme_video(): # Delete the individual MP4 files for f in mp4_files: - os.remove(os.path.join(directory, f)) \ No newline at end of file + os.remove(os.path.join(directory, f))