diff --git a/morss/morss.py b/morss/morss.py index 170c1a3..9064bb4 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -632,7 +632,7 @@ def cgi_wrapper(environ, start_response): except IOError: headers['status'] = '404 Not found' start_response(headers['status'], list(headers.items())) - return '' + return 'Error %s' % headers['status'] # actual morss use try: