]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commitdiff
Add TODO
authorMichal Sojka <michal.sojka@cvut.cz>
Fri, 12 Oct 2018 07:13:43 +0000 (09:13 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 12 Oct 2018 07:13:43 +0000 (09:13 +0200)
app.py

diff --git a/app.py b/app.py
index c5fdc3c07f6d50b8eb16716eff6c596c53706935..d66eff1219ff9bf2d68b7ce2d162436676242417 100644 (file)
--- a/app.py
+++ b/app.py
@@ -53,6 +53,8 @@ def user():
                                count=db.coffee_count(uid, 0),
                                stamp=time.time()
                                )
+    # TODO: Replace stamp parameter with proper cache control HTTP
+    # headers in response
     return render_template('user.html', stamp=time.time())