Fixed typo

This commit is contained in:
Jonathan Ervine 2020-11-26 15:55:03 +08:00
parent 11cba3f138
commit 1ad9c9e496

View File

@ -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')