You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ if __name__ == '__main__':
27
27
Run it by doing
28
28
29
29
```bash
30
-
python example.py run
30
+
python example.py run --debug
31
31
```
32
32
33
-
This server is now started and listening on default port 9345 for commands. You can interact with it using the Web UI by visiting http://localhost:9345/
33
+
This server is now started and listening on default port 9345 for commands. You can interact with it using the Web UI by visiting http://localhost:9345/console
34
34
35
35
If you want to start it on a different port, do
36
36
@@ -40,6 +40,8 @@ python example.py run --port <port no>
40
40
41
41
### Things to do in the Console
42
42
43
+
> The Web UI console and logs are enabled only when the `--debug` option is provided.
0 commit comments