mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix typo
This commit is contained in:
parent
1afef3425f
commit
00cf7a8f34
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue