forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-31 08:27:21 +02:00
parent 1079556a58
commit d107377167
1 changed files with 2 additions and 1 deletions

View File

@ -558,7 +558,8 @@ def api_comment(v):
@app.post("/edit_comment/<cid>")
@auth_desired
@is_not_banned
@validate_formkey
def edit_comment(cid, v):
c = get_comment(cid, v=v)