diff --git a/mutagen_helper/wrapper.py b/mutagen_helper/wrapper.py index d265e83..3cdb817 100644 --- a/mutagen_helper/wrapper.py +++ b/mutagen_helper/wrapper.py @@ -125,8 +125,7 @@ def run(self, command, print_output=False, print_output_if_idle=5000): process = subprocess.Popen(command, stdin=subprocess.PIPE, stdout=subprocess.PIPE, - stderr=subprocess.PIPE, - bufsize=1) + stderr=subprocess.PIPE) def enqueue_output(process, out, type, queue): while True: