|
|
@ -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 a upvote ratio of {ratio}%", style="bold blue")
|
|
|
|
print_substep(f"Thread has {num_comments} comments", style="bold blue")
|
|
|
|
print_substep(f"Thread has {num_comments} comments", style="bold blue")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if settings.config['reddit']['thread']['random']:
|
|
|
|
if settings.config['reddit']['thread']['random']:
|
|
|
|
choice = input('Do you want this thread? y/n \n').lower().strip()
|
|
|
|
choice = input('Do you want this thread? y/n \n').lower().strip()
|
|
|
|
if choice == 'n':
|
|
|
|
if choice == 'n':
|
|
|
|