]> git.ipfire.org Git - ipfire.org.git/commitdiff
Disable debugging mode.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Jan 2011 22:11:47 +0000 (23:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Jan 2011 22:11:47 +0000 (23:11 +0100)
www/webapp/__init__.py

index fb1bca7aa7a2476fd3afb4551d65886f6d106df1..5a11fcf319a7aa7211327ca334683b177f1fb9dc 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"),