~joram/joram.io

19c88772279ec598afb3ab66e42ae5b087422092 — Joram Schrijver 4 years ago 071fcbb
Fix python command
1 files changed, 1 insertions(+), 1 deletions(-)

M blog/android-streaming-mpd/post.md
M blog/android-streaming-mpd/post.md => blog/android-streaming-mpd/post.md +1 -1
@@ 62,7 62,7 @@ options is to use an http(s) URL.
An easy way to set this up is to run a web server in the music directory:

```
python -m http.server --bind --directory ~/music 8000
python -m http.server --directory ~/music 8000
```

This web server will serve all files from the music directory to the network on