diff --git a/files/routes/posts.py b/files/routes/posts.py index 71563edae4..efc962bcb9 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -700,7 +700,7 @@ def thumbnail_thread(pid): db.add(post) db.commit() - if SITE == 'rdrama.net' and random.random() < 0.02: + if SITE == 'rdrama.net' and random.random() < 0.01: for t in ("submission","comment"): for term in ('rdrama','freeghettohoes.biz','marsey'): for i in requests.get(f'https://api.pushshift.io/reddit/{t}/search?html_decode=true&q={term}&size=10').json()["data"]: