feat: no longer will it use stickied posts

Closes #657
pull/790/head
Jason 3 years ago
parent a719cfcc70
commit a34b40fb0b

@ -29,6 +29,9 @@ def get_subreddit_undone(submissions: list, subreddit):
continue
except AttributeError:
print_substep("NSFW settings not defined. Skipping NSFW post...")
if submission.stickied:
print_substep("This post was pinned by moderators. Skipping...")
continue
return submission
print("all submissions have been done going by top submission order")
return get_subreddit_undone(

Loading…
Cancel
Save