From 615d7caaf31dcdcd3c6f1b1c56a4b9cb7a3165fd Mon Sep 17 00:00:00 2001 From: ruzicka Date: Thu, 28 Jul 2022 14:39:56 +0200 Subject: [PATCH] deleted break --- reddit/subreddit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reddit/subreddit.py b/reddit/subreddit.py index 11d41f3..0670d0e 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -83,7 +83,6 @@ def get_subreddit_threads(POST_ID: str): print_substep(f"Thread has a upvote ratio of {ratio}%", style="bold blue") print_substep(f"Thread has {num_comments} comments", style="bold blue") - if settings.config['reddit']['thread']['random']: choice = input('Do you want this thread? y/n \n').lower().strip() if choice == 'n':