forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-11-14 00:41:30 +02:00
parent 7fb808eb9a
commit 37f24e4d2b
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ def submit_post(v):
body_md = CustomRenderer().render(mistletoe.Document(body))
body_html = sanitize(body_md)
if len(body_html) < 20000
if len(body_html) < 20000:
c = Comment(author_id=SNAPPY_ACCOUNT,
distinguish_level=6,
parent_submission=new_post.id,