summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--robots/cursesviewer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robots/cursesviewer.py b/robots/cursesviewer.py
index d369a80..c4c7f74 100644
--- a/robots/cursesviewer.py
+++ b/robots/cursesviewer.py
@@ -74,7 +74,7 @@ class CursesViewer:
stdout.append(Box.V + ''.join(output) + Box.V + '\n')
stdout.append(Box.BL + Box.H * width + Box.BR + '\n')
- print('\n'.join(stdout), end='')
+ print(''.join(stdout), end='')
def run(self):
limiter = rate_limit(10)