diff --git a/main.py b/main.py index f62e877..3ca7738 100755 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ from os import getenv, name from reddit.subreddit import get_subreddit_threads from utils.cleanup import cleanup from utils.console import print_markdown, print_step -from utils.checker import envUpdate +# from utils.checker import envUpdate from video_creation.background import download_background, chop_background_video from video_creation.final_video import make_final_video from video_creation.screenshot_downloader import download_screenshots_of_reddit_posts @@ -38,7 +38,7 @@ reddit2fa = getenv("REDDIT_2FA") def main(): - envUpdate() + #envUpdate() cleanup() def get_obj():