remotes/1693045480750635534/spooky-22
Aevann1 2022-02-07 17:41:11 +02:00
parent 1f9e919f22
commit bdbe0f5c51
1 changed files with 0 additions and 3 deletions

View File

@ -732,7 +732,6 @@ def thumbnail_thread(pid):
if existing_comment: break
print(body_html, flush=True)
new_comment = Comment(author_id=NOTIFICATIONS_ID,
parent_submission=None,
distinguish_level=6,
@ -755,7 +754,6 @@ def thumbnail_thread(pid):
existing_comment = db.query(Comment.id).filter_by(author_id=NOTIFICATIONS_ID, parent_submission=None, distinguish_level=6, body_html=body_html).first()
if existing_comment: break
print(body_html, flush=True)
new_comment = Comment(author_id=NOTIFICATIONS_ID,
parent_submission=None,
distinguish_level=6,
@ -779,7 +777,6 @@ def thumbnail_thread(pid):
if existing_comment: break
print(body_html, flush=True)
new_comment = Comment(author_id=NOTIFICATIONS_ID,
parent_submission=None,
distinguish_level=6,