diff --git a/files/helpers/offsitementions.py b/files/helpers/offsitementions.py index 28265a243..d4c2b991c 100644 --- a/files/helpers/offsitementions.py +++ b/files/helpers/offsitementions.py @@ -39,11 +39,9 @@ def get_mentions(cache, queries, reddit_notifs_users=False): for query in queries: url = f'https://api.pullpush.io/reddit/search/{kind}?q={query}' - print(url, flush=True) try: req = requests.get(url, headers=HEADERS, timeout=5, proxies=proxies) except: return [] data += req.json()['data'] - if query == 'rdrama': print(req.json()['data']) for thing in data: if not thing.get('permalink'):