Fix typo
This commit is contained in:
parent
1afef3425f
commit
00cf7a8f34
@ -9,7 +9,7 @@ Simplest example on how to use this module directly
|
||||
|
||||
from cherrypy import wsgiserver
|
||||
|
||||
def my_crazy_a pp(environ, start_response):
|
||||
def my_crazy_app(environ, start_response):
|
||||
status = '200 OK'
|
||||
response_headers = [('Content-type','text/plain')]
|
||||
start_response(status, response_headers)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user