Added more background videos

pull/640/head
Fluqzy 3 years ago
parent 01b19e5614
commit 107bca9fba

@ -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