remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 20:53:53 +02:00
parent ccd451edf2
commit 5590cf5137
1 changed files with 0 additions and 1 deletions

View File

@ -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,