This commit is contained in:
Aevann1 2021-10-06 01:24:09 +02:00
parent 7adf7f779f
commit ebf182f062
5 changed files with 6 additions and 17 deletions

View file

@ -165,6 +165,7 @@ def api_vote_comment(comment_id, new, v):
@app.post("/vote/poll/<comment_id>")
@auth_required
@validate_formkey
def api_vote_poll(comment_id, v):
vote = request.values.get("vote")