Fix sendfile.py example

This commit is contained in:
Kirill 2022-10-27 19:21:10 +03:00 committed by GitHub
parent 69c508ac6e
commit ea57dfec98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import os
from wsgiref.validate import validator
@validator
# @validator # breaks sendfile
def app(environ, start_response):
"""Simplest possible application object"""
status = '200 OK'