deleted break

pull/1086/head
ruzicka 3 years ago
parent 78b5783fad
commit 615d7caaf3

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

Loading…
Cancel
Save