From 0580c8de155b68759cb55a031d49c471b6252b16 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 6 Jul 2019 13:43:04 +0200 Subject: [PATCH] Update hassio_addon_tutorial.md --- docs/hassio_addon_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hassio_addon_tutorial.md b/docs/hassio_addon_tutorial.md index b9dd8096..16eadcc6 100644 --- a/docs/hassio_addon_tutorial.md +++ b/docs/hassio_addon_tutorial.md @@ -133,7 +133,7 @@ Add "ports" to `config.json`. This will make TCP on port 8000 inside the contain Update `run.sh` to start the Python 3 server: ``` -python3 -m http.server +python3 -m http.server 8000 ``` ## Step 4: Installing the update