http.server requires python3

This commit is contained in:
Jerome Petazzoni
2019-09-17 06:13:21 -05:00
parent b1fc7580a1
commit f4f0fb0f23

View File

@@ -596,7 +596,7 @@ _cmd_www() {
echo "http://$IPADDR:8000/$F"
done
info "Press Ctrl-C to stop server."
python -m http.server
python3 -m http.server
}
greet() {