We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc99a65 commit 139ba98Copy full SHA for 139ba98
src/py/reactpy/reactpy/backend/asgi.py
@@ -93,8 +93,6 @@ async def __call__(self, scope, receive, send) -> None:
93
# Serve the user's application
94
await self.user_app(scope, receive, send)
95
96
- _logger.error("ReactPy appears to be misconfigured. Request not handled.")
97
-
98
async def reactpy_app(self, scope, receive, send) -> None:
99
"""Determine what type of request this is and route it to the appropriate
100
ReactPy ASGI sub-application."""
0 commit comments