mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +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
|
from cherrypy import wsgiserver
|
||||||
|
|
||||||
def my_crazy_a pp(environ, start_response):
|
def my_crazy_app(environ, start_response):
|
||||||
status = '200 OK'
|
status = '200 OK'
|
||||||
response_headers = [('Content-type','text/plain')]
|
response_headers = [('Content-type','text/plain')]
|
||||||
start_response(status, response_headers)
|
start_response(status, response_headers)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue