From a1c532facc1bfcac908211e3059d6bee3e182d3a Mon Sep 17 00:00:00 2001 From: Anthony Rebello Date: Tue, 17 Jan 2017 12:48:30 +0530 Subject: [PATCH] references #38, updated readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2294f69..3784674 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ if __name__ == '__main__': Run it by doing ``` bash -python example.py run +python example.py run --debug ``` -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/ +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 If you want to start it on a different port, do @@ -40,6 +40,8 @@ python example.py run --port ### Things to do in the Console +> The Web UI console and logs are enabled only when the `--debug` option is provided. + ``` python # see the objects available in the console env >>> dir()