This commit is contained in:
Aevann1 2021-11-14 00:40:38 +02:00
parent 9b192cb501
commit 8d2b30a775
2 changed files with 19 additions and 32 deletions

View file

@ -303,7 +303,6 @@ def api_comment(v):
level=level+1,
is_bot=True,
body_html=body_based_html,
body=body2
)
g.db.add(c_based)
@ -335,7 +334,6 @@ def api_comment(v):
level=level+1,
is_bot=True,
body_html=body_jannied_html,
body=body2
)
g.db.add(c_jannied)
@ -369,7 +367,6 @@ def api_comment(v):
level=level+1,
is_bot=True,
body_html=body_jannied_html,
body=body
)
g.db.add(c_jannied)
@ -404,7 +401,6 @@ def api_comment(v):
level=level+1,
is_bot=True,
body_html=body_html2,
body=body
)
g.db.add(c2)
@ -442,7 +438,6 @@ def api_comment(v):
level=level+1,
is_bot=True,
body_html=body_html2,
body=body
)
g.db.add(c2)
@ -469,7 +464,6 @@ def api_comment(v):
level=level+2,
is_bot=True,
body_html=body_html2,
body=body,
)
g.db.add(c3)
@ -492,7 +486,6 @@ def api_comment(v):
level=level+3,
is_bot=True,
body_html=body_html2,
body=body
)
g.db.add(c4)
@ -709,7 +702,6 @@ def edit_comment(cid, v):
level=c.level+1,
is_bot=True,
body_html=body_jannied_html,
body=body
)
g.db.add(c_jannied)
@ -744,7 +736,6 @@ def edit_comment(cid, v):
level=c.level+1,
is_bot=True,
body_html=body_jannied_html,
body=body,
)
g.db.add(c_jannied)