docs: clarify WebSocket setup steps in how-to-setup-websocket-example.md
This commit is contained in:
parent
7e5ed816ee
commit
c6d1e0e8a2
@ -32,7 +32,7 @@ async def websocket_handler(request):
|
||||
|
||||
app.router.add_get("/", websocket_handler)
|
||||
web.run_app(app,host="0.0.0.0", port=7331)
|
||||
|
||||
```
|
||||
3. Execute application
|
||||
```bash
|
||||
source .venv/bin/activate
|
||||
|
||||
Loading…
Reference in New Issue
Block a user