From 107bca9fbae502cde178d272210a58f27c0a6ec7 Mon Sep 17 00:00:00 2001 From: Fluqzy Date: Tue, 21 Jun 2022 18:21:14 +0200 Subject: [PATCH] Added more background videos --- reddit/subreddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddit/subreddit.py b/reddit/subreddit.py index 7f89c82..f38575c 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -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: