bcv
This commit is contained in:
parent
9208a659d9
commit
0c6d1893e2
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue