This commit is contained in:
A. Jesse Jiryu Davis 2013-08-15 12:58:14 -04:00
parent 7e43c499ed
commit 77e769d75a
2 changed files with 2 additions and 2 deletions

View File

@ -51,4 +51,4 @@ def application(environ, start_response):
sys.version, mod_wsgi_version, pymongo.version)
response_headers = [('Content-Length', str(len(output)))]
start_response('200 OK', response_headers)
return [output]
return [output]

View File

@ -50,4 +50,4 @@ def application(environ, start_response):
sys.version, mod_wsgi_version, pymongo.version)
response_headers = [('Content-Length', str(len(output)))]
start_response('200 OK', response_headers)
return [output]
return [output]