From 775da4fc60151e967c9cdfb4f31e83b6f8451ba9 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Wed, 8 Feb 2017 08:08:08 +0000 Subject: [PATCH] - fixed /usr/bin/env python3.6 --- BUGS.md | 2 ++ serve.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BUGS.md b/BUGS.md index 9f8cb93..91630eb 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1,6 +1,8 @@ BUGS: +- como gerar key para secure cookie. - implementar xsrf. Ver [http://www.tornadoweb.org/en/stable/guide/security.html#cross-site-request-forgery-protection]() +- verificar se ha questoes TODO: diff --git a/serve.py b/serve.py index 1204036..735c0ba 100755 --- a/serve.py +++ b/serve.py @@ -1,4 +1,4 @@ -#!/opt/local/bin/python3.6 +#!/usr/bin/env python3.6 # python standard library import os -- libgit2 0.21.2