From 1ad9c9e496201b3d647ce10a52dc7c7b4cba999a Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 26 Nov 2020 15:55:03 +0800 Subject: [PATCH] Fixed typo --- routes/_hkfcD_motm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_hkfcD_motm.py b/routes/_hkfcD_motm.py index d1895e0..7c6c2d0 100644 --- a/routes/_hkfcD_motm.py +++ b/routes/_hkfcD_motm.py @@ -300,7 +300,7 @@ def hkfcD_vote_thanks(): finally: print('Votes cast - thanks') -@routes.route('/hkfc-d/vote-chicken', methods=[i'GET', 'POST']) +@routes.route('/hkfc-d/vote-chicken', methods=['GET', 'POST']) def hkfcD_vote_chicken(): try: prev_identity = request.cookies.get('sessionID')