refomatting stuff

pull/1288/head
electro199 3 years ago
parent 96e34c0641
commit 08d50ccf8d

@ -43,8 +43,7 @@ def get_subreddit_undone(submissions: list, subreddit, times_checked=0):
f'This post has under the specified minimum of comments ({settings.config["reddit"]["thread"]["min_comments"]}). Skipping...'
)
continue
if settings.config["settings"]["storymode"]:
if not submission.is_self:
if settings.config["settings"]["storymode"] and not submission.is_self:
continue
return submission
print("all submissions have been done going by top submission order")

Loading…
Cancel
Save