|
|
@ -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...'
|
|
|
|
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")
|
|
|
|