From 76ac93de994a27e9ecd2cb46a0b8e7994fe06d1e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 17 Mar 2022 16:22:44 +0200 Subject: [PATCH] fsd --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index ee17e6c4d..47793c53d 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -699,7 +699,7 @@ def thumbnail_thread(pid): if SITE_NAME == 'Drama': for t in ("submission","comment"): - word = random.choice(('rdrama','marsey','r/drama')) + word = random.choice(('rdrama','marsey')) try: data = requests.get(f'https://api.pushshift.io/reddit/{t}/search?html_decode=true&q={word}&size=1', timeout=5).json()["data"]