Skip to content

Commit be0e4e2

Browse files
committed
fixing app.py
1 parent 261eb03 commit be0e4e2

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

voting-app/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def hello():
3636
hostname=hostname,
3737
vote=vote,
3838
))
39-
resp.headers['Cache-Control'] = 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0';
4039
resp.set_cookie('voter_id', voter_id)
4140
return resp
4241

voting-app/utils/__init__.pyc

647 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)