From 7367ff19d26cff2004998e137a7492cca96cec4e Mon Sep 17 00:00:00 2001 From: mngugi Date: Fri, 18 Oct 2024 19:19:37 +0300 Subject: [PATCH] Update openLocal.sh --- openLocal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openLocal.sh b/openLocal.sh index 090cfa0..388849b 100755 --- a/openLocal.sh +++ b/openLocal.sh @@ -4,7 +4,7 @@ python3 -m http.server 8000 & # Give the server a second to start -sleep 2 +sleep 6 # Open the default web browser and navigate to http://localhost:8000 xdg-open http://localhost:8000 # For Linux