From 5fc2a63781e554030da9877e8ee56eccc4c873f6 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 28 Apr 2012 14:43:57 +1200 Subject: Better internal error pages. --- libpathod/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libpathod/__init__.py') diff --git a/libpathod/__init__.py b/libpathod/__init__.py index e841a6ab..4ef52a84 100644 --- a/libpathod/__init__.py +++ b/libpathod/__init__.py @@ -16,7 +16,6 @@ def application(**settings): (r"/preview", handlers.Preview), (r"/p/.*", handlers.Pathod, settings), ], - debug=True, static_path = utils.data.path("static"), template_path = utils.data.path("templates"), ) -- cgit v1.2.3