refomatting stuff

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

@ -43,9 +43,8 @@ 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...' f'This post has under the specified minimum of comments ({settings.config["reddit"]["thread"]["min_comments"]}). Skipping...'
) )
continue continue
if settings.config["settings"]["storymode"]: if settings.config["settings"]["storymode"] and not submission.is_self:
if not submission.is_self: continue
continue
return submission return submission
print("all submissions have been done going by top submission order") print("all submissions have been done going by top submission order")
VALID_TIME_FILTERS = [ VALID_TIME_FILTERS = [

Loading…
Cancel
Save