From 8e18baf12f8d5f72c14258451e21a61726dd3331 Mon Sep 17 00:00:00 2001 From: RapidStoned Date: Mon, 22 Aug 2022 17:43:57 +0200 Subject: [PATCH] Conflict fix maybe? --- main.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.py b/main.py index 7c476c2..c66ac3f 100755 --- a/main.py +++ b/main.py @@ -18,8 +18,6 @@ from video_creation.background import ( chop_background_video, get_background_config, ) - - from video_creation.final_video import make_final_video from video_creation.screenshot_downloader import download_screenshots_of_reddit_posts from video_creation.voices import save_text_to_mp3 @@ -101,6 +99,4 @@ if __name__ == "__main__": print_markdown("## Invalid credentials") print_markdown("Please check your credentials in the config.toml file") - shutdown() - - # todo error + shutdown() \ No newline at end of file