Skip to content

Commit

Permalink
[reassembler] default webserver example to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec42 committed Nov 6, 2022
1 parent 46b9cec commit b84eef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ echo ""
echo "and make sure 'iridium-parser' is running with -o zmq on this host"
echo

python -m http.server --bind 127.0.0.1 8888
python3 -m http.server --bind 127.0.0.1 8888

kill $reass

0 comments on commit b84eef9

Please sign in to comment.