summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bazarr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bazarr.py b/bazarr.py
index d55ff0150..83fa66ce5 100644
--- a/bazarr.py
+++ b/bazarr.py
@@ -51,6 +51,7 @@ def start_bazarr():
break
if PY3:
sys.stdout.buffer.write(line)
+ sys.stdout.flush()
else:
sys.stdout.write(line)
except KeyboardInterrupt: