This commit is contained in:
Aevann1 2022-02-13 03:42:48 +02:00
parent b21251b345
commit 8dde94fb29
2 changed files with 5 additions and 5 deletions

View file

@ -722,7 +722,7 @@ def thumbnail_thread(pid):
if SITE_NAME == 'Drama':
for t in ("submission","comment"):
word = random.choice(('rdrama','marsey'))
word = random.choice(('rdrama','marsey','2much4you.net'))
try:
data = requests.get(f'https://api.pushshift.io/reddit/{t}/search?html_decode=true&q={word}&size=1')