redirect mpv output to /dev/null
This commit is contained in:
parent
3d149faa42
commit
d69cc9e31f
1 changed files with 2 additions and 0 deletions
2
app.py
2
app.py
|
@ -45,6 +45,8 @@ def playback_start():
|
|||
str(music_path),
|
||||
"--no-video",
|
||||
],
|
||||
stdout=subprocess.DEVNULL,
|
||||
stderr=subprocess.DEVNULL,
|
||||
)
|
||||
open(mpv_pidfile, 'w').write(str(mpv_process.pid))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue