We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff32a3 commit ff31ec9Copy full SHA for ff31ec9
adafruit_wsgi/wsgi_app.py
@@ -71,7 +71,7 @@ def __call__(self, environ: Dict[str, str], start_response: Callable):
71
except (ValueError, TypeError) as err:
72
raise RuntimeError(
73
"Proper HTTP response return not given for request handler '{}'".format(
74
- route["func"].__name__
+ request.path
75
)
76
) from err
77
start_response(status, headers)
0 commit comments