]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Disable debug mode.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Jan 2011 13:52:41 +0000 (14:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 14 Jan 2011 13:52:41 +0000 (14:52 +0100)
www/webapp/__init__.py

index cbcd25cca18d602639ee8b76bc3accc4b7aa6461..d02ab0363dd9e306a005b82d402b74d85a794ffb 100644 (file)
@@ -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"),