This commit is contained in:
Aevann1 2021-10-06 01:53:28 +02:00
parent 2ff17ed7a2
commit 6968b117c9

View file

@ -165,7 +165,6 @@ 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")