fdfd
This commit is contained in:
parent
7d32c3a02a
commit
09ba2a153a
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ def api_flag_comment(cid, v):
|
|||
return "", 409
|
||||
|
||||
reason = request.form.get("reason", "")[:100].strip()
|
||||
print(reason)
|
||||
flag = CommentFlag(comment_id=comment.id,
|
||||
user_id=v.id,
|
||||
reason=reason,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue