Fixed typo
This commit is contained in:
parent
11cba3f138
commit
1ad9c9e496
@ -300,7 +300,7 @@ def hkfcD_vote_thanks():
|
|||||||
finally:
|
finally:
|
||||||
print('Votes cast - thanks')
|
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():
|
def hkfcD_vote_chicken():
|
||||||
try:
|
try:
|
||||||
prev_identity = request.cookies.get('sessionID')
|
prev_identity = request.cookies.get('sessionID')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user