forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-31 08:25:39 +02:00
parent 959799f615
commit d5e7ba0978
1 changed files with 0 additions and 1 deletions

View File

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