Small code clean ups

This commit is contained in:
2020-04-19 12:50:05 +02:00
parent 7e45b2611d
commit 4ce3c7cb32
4 changed files with 2 additions and 4 deletions

View File

@@ -550,7 +550,7 @@ def cgi_app(environ, start_response):
def middleware(func):
" Decorator to turn a function into a wsgi middleware "
# This is called when parsing the code
# This is called when parsing the "@middleware" code
def app_builder(app):
# This is called when doing app = cgi_wrapper(app)