examples(websocket): rename server.py to bot.py

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-31 12:09:54 -07:00
parent 2f335100a5
commit 38befe1dc1
2 changed files with 2 additions and 2 deletions

View File

@@ -10,10 +10,10 @@ source venv/bin/activate
pip install -r requirements.txt
```
## Run the server
## Run the bot
```bash
python server.py
python bot.py
```
## Run the HTTP server