From 8f8388171d2831f944cb545613f69ea2d60231b6 Mon Sep 17 00:00:00 2001 From: electro199 Date: Fri, 2 Dec 2022 00:05:04 -0800 Subject: [PATCH] version no. update --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 965c4a2..f2a475f 100755 --- a/main.py +++ b/main.py @@ -23,7 +23,7 @@ from video_creation.final_video import make_final_video from video_creation.screenshot_downloader import get_screenshots_of_reddit_posts from video_creation.voices import save_text_to_mp3 -__VERSION__ = "2.5.0" +__VERSION__ = "2.5.2" print( """ @@ -43,7 +43,7 @@ checkversion(__VERSION__) def main(POST_ID=None): - # reddit_object = get_subreddit_threads(POST_ID) + reddit_object = get_subreddit_threads(POST_ID) global redditid redditid = id(reddit_object) length, number_of_comments = save_text_to_mp3(reddit_object)