瀏覽代碼

fixing app.py

Mano Marks 9 年之前
父節點
當前提交
be0e4e2ff2
共有 2 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      voting-app/app.py
  2. 二進制
      voting-app/utils/__init__.pyc

+ 0 - 1
voting-app/app.py

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

二進制
voting-app/utils/__init__.pyc