mafintosh / peerflix

Streaming torrent client for node.js
MIT License
6.19k stars 673 forks source link

Chance subprocess.check_call to subprocess.Popen #366

Closed luxu closed 4 years ago

luxu commented 4 years ago

Good morning, doing tests on Windows 10 I couldn't use the subprocess.check_call command so I switched to the subprocess.Popen command that I managed to run vlc. Here's how to use it: '' 'subprocess.Popen ([' peerflix ', mag_final,' - vlc '], shell = True)' ''