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':