remotes/1693045480750635534/spooky-22
Aevann1 2022-03-17 16:22:44 +02:00
parent 14f7fa8cca
commit 76ac93de99
1 changed files with 1 additions and 1 deletions

View File

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