fixing app.py
This commit is contained in:
parent
261eb03102
commit
be0e4e2ff2
@ -36,7 +36,6 @@ def hello():
|
||||
hostname=hostname,
|
||||
vote=vote,
|
||||
))
|
||||
resp.headers['Cache-Control'] = 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0';
|
||||
resp.set_cookie('voter_id', voter_id)
|
||||
return resp
|
||||
|
||||
|
BIN
voting-app/utils/__init__.pyc
Normal file
BIN
voting-app/utils/__init__.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user