remotes/1693045480750635534/spooky-22
Aevann1 2022-04-02 19:22:19 +02:00
parent e471b7e1ce
commit d947503545
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ def thumbnail_thread(pid):
if i["subreddit"] == 'PokemonGoRaids': continue
body_html = sanitize(f'New {word} mention: https://old.reddit.com{i["permalink"]}?context=89', noimages=True)
body_html = sanitize(f'New rdrama 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, body_html=body_html).one_or_none()
if existing_comment: break