diff --git a/spotigrab.py b/spotigrab.py index 8a5f0c7..2b70c02 100644 --- a/spotigrab.py +++ b/spotigrab.py @@ -81,7 +81,7 @@ def start_rec(artist: str, title: str): logging.debug(f'starting recording subprocess: {" ".join(command)}') - subprocess.run(command, check=True, capture_output=True) + subprocess.run(command, check=True) global counter global is_recording