Update how-to-setup-websocket-example.md
This commit is contained in:
parent
cbf90dda4d
commit
fdbc2dc0f0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user