From 4eac3257a1733ff13cf94f252c9903d45b88b1d8 Mon Sep 17 00:00:00 2001 From: Mathijs Lermer Date: Wed, 27 Jul 2022 20:37:12 +0200 Subject: [PATCH] 'Hello_world/run.sh' updaten --- Hello_world/run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Hello_world/run.sh b/Hello_world/run.sh index 9d0942c..0c47eb1 100644 --- a/Hello_world/run.sh +++ b/Hello_world/run.sh @@ -1,5 +1,3 @@ #!/usr/bin/with-contenv bashio -echo "Hello world!" - -python3 -m http.server 8000 \ No newline at end of file +echo "Hello world!" \ No newline at end of file