Merge pull request #4 from CoasterFreakDE/extras

Changed limit of subreddits up to 100
pull/640/head
Fluqzy 3 years ago committed by GitHub
commit 0933a2d13d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ def get_subreddit_threads():
if getenv("POST_ID"):
submission = reddit.submission(id=getenv("POST_ID"))
else:
threads = subreddit.hot(limit=25)
threads = subreddit.hot(limit=100)
submission = get_subreddit_undone(threads, subreddit)
submission = check_done(submission) # double checking
if submission is None:

Loading…
Cancel
Save