This commit is contained in:
Aevann1 2022-01-01 02:31:37 +02:00
parent 61edce359f
commit 653d150340
18 changed files with 28 additions and 22 deletions

View file

@ -514,7 +514,6 @@ def edit_post(pid, v):
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
top_comment_id=c.top_comment_id
)
g.db.add(c_jannied)
@ -547,7 +546,6 @@ def edit_post(pid, v):
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
top_comment_id=c.top_comment_id
)
g.db.add(c_jannied)
@ -1077,7 +1075,6 @@ def submit_post(v):
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
top_comment_id=c.top_comment_id
)
g.db.add(c_jannied)
@ -1110,7 +1107,6 @@ def submit_post(v):
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
top_comment_id=c.top_comment_id
)
g.db.add(c_jannied)