xcv
This commit is contained in:
parent
b6db34b505
commit
f00d7ee837
1 changed files with 3 additions and 0 deletions
|
@ -710,6 +710,7 @@ def thumbnail_thread(pid):
|
||||||
|
|
||||||
if existing_comment: break
|
if existing_comment: break
|
||||||
|
|
||||||
|
print(body_html, flush=True)
|
||||||
new_comment = Comment(author_id=NOTIFICATIONS_ID,
|
new_comment = Comment(author_id=NOTIFICATIONS_ID,
|
||||||
parent_submission=None,
|
parent_submission=None,
|
||||||
distinguish_level=6,
|
distinguish_level=6,
|
||||||
|
@ -730,6 +731,8 @@ def thumbnail_thread(pid):
|
||||||
except: continue
|
except: continue
|
||||||
existing_comment = db.query(Comment.id).filter_by(author_id=NOTIFICATIONS_ID, parent_submission=None, distinguish_level=6, body_html=body_html).first()
|
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
|
if existing_comment: break
|
||||||
|
|
||||||
|
print(body_html, flush=True)
|
||||||
new_comment = Comment(author_id=NOTIFICATIONS_ID,
|
new_comment = Comment(author_id=NOTIFICATIONS_ID,
|
||||||
parent_submission=None,
|
parent_submission=None,
|
||||||
distinguish_level=6,
|
distinguish_level=6,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue