mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-25 01:45:48 +03:00
Update deploy script to python3
This commit is contained in:
parent
639dae322b
commit
6493c5f66f
@ -58,5 +58,5 @@ echo "Build complete. Starting server on http://localhost:4444/"
|
||||
echo "Hit Ctrl+C to complete or cancel the release"
|
||||
echo
|
||||
echo
|
||||
python -m SimpleHTTPServer 4444 .
|
||||
python3 -m http.server 4444
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user