bcv
parent
1f9e919f22
commit
bdbe0f5c51
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue