don't capture output so you can see recording output
This commit is contained in:
parent
83e46f4cb8
commit
d582eb0f0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue