From c4b8d02913a7c75a13c857378935cfee6a7191ce Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 14 Jan 2011 14:52:41 +0100 Subject: [PATCH] Disable debug mode. --- www/webapp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/webapp/__init__.py b/www/webapp/__init__.py index cbcd25cc..d02ab036 100644 --- a/www/webapp/__init__.py +++ b/www/webapp/__init__.py @@ -21,7 +21,7 @@ class Application(tornado.web.Application): def __init__(self): settings = dict( cookie_secret = "aXBmaXJlY29va2llc2VjcmV0Cg==", - debug = True, + debug = False, gzip = True, login_url = "/login", template_path = os.path.join(BASEDIR, "templates"), -- 2.47.3