fsd
This commit is contained in:
parent
8019cdac37
commit
2221c2847d
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ def thumbnail_thread(pid):
|
|||
for t in ("submission","comment"):
|
||||
for i in requests.get(f'https://api.pushshift.io/reddit/{t}/search?html_decode=true&q=pcmemes.net&size=1').json()["data"]:
|
||||
|
||||
body_html = sanitize(f'New pcmemes.net mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True)
|
||||
body_html = sanitize(f'New pcmemes mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True)
|
||||
|
||||
existing_comment = db.query(Comment.id).filter_by(author_id=NOTIFICATIONS_ID, parent_submission=None, distinguish_level=6, body_html=body_html, level=1, sentto=0).first()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue