From c0e9344a0a0e7735fe9d26a30ae9d5b99ad0888b Mon Sep 17 00:00:00 2001 From: Doug Le Tough Date: Mon, 30 Oct 2017 11:14:21 +0100 Subject: [PATCH] "Menu escamotble pour tTh" --- tetastock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetastock.py b/tetastock.py index 342c599..aa30817 100755 --- a/tetastock.py +++ b/tetastock.py @@ -18,7 +18,7 @@ from functools import wraps app = Flask(__name__) app.config.from_pyfile('config.py') app.secret_key = '446307a5f61c2bb810436b2ee0f903f2' -app.debug = True +app.debug = False app.static_url_path='/static' db = SQLAlchemy(app)