Update how-to-setup-websocket-example.md

This commit is contained in:
2025-01-21 12:05:47 +00:00
parent cbf90dda4d
commit fdbc2dc0f0
+1 -1
View File
@@ -32,7 +32,7 @@ async def websocket_handler(request):
app.router.add_get("/", websocket_handler) app.router.add_get("/", websocket_handler)
web.run_app(app,host="0.0.0.0", port=7331) web.run_app(app,host="0.0.0.0", port=7331)
```
3. Execute application 3. Execute application
```bash ```bash
source .venv/bin/activate source .venv/bin/activate