From a76114f2c1f17ce17f367ca20c927cea5e7cc8bb Mon Sep 17 00:00:00 2001 From: orboditilt <45944072+orboditilt@users.noreply.github.com> Date: Sun, 6 Jan 2019 18:25:59 +0100 Subject: [PATCH] Update the startSever.bat to use python 3 --- startServer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startServer.bat b/startServer.bat index a8bf66e..f4e3ade 100644 --- a/startServer.bat +++ b/startServer.bat @@ -1 +1 @@ -c:\Python27\python.exe -m SimpleHTTPServer 80 \ No newline at end of file +python -m http.server \ No newline at end of file