wsgi.py
changeset 135 19ff083c2870
parent 134 fbccc1648d79
--- a/wsgi.py	Mon Feb 16 02:09:14 2009 +0200
+++ b/wsgi.py	Mon Feb 16 02:49:06 2009 +0200
@@ -21,7 +21,7 @@
         """
         
         # get info
-        status, content_type, body = error.build_error()
+        status, content_type, body = error.build_error(env=env)
 
         # headers
         start_response(status, [('Content-type', content_type)], exc_info)