chore: revert doc changes

This commit is contained in:
restlessronin
2024-12-10 20:51:36 +05:30
committed by David Soria Parra
parent 6f108f7f7c
commit 34a257147b
2 changed files with 9 additions and 3 deletions

View File

@@ -19,9 +19,8 @@ Example usage:
async with sse.connect_sse(
request.scope, request.receive, request._send
) as streams:
# Pass user visible version string, egs. 0.1.0
await app.run(
streams[0], streams[1], app.create_initialization_options("0.1.0")
streams[0], streams[1], app.create_initialization_options()
)
async def handle_messages(request):