aboutsummaryrefslogtreecommitdiffstats
path: root/doc/zmq_remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zmq_remote.py')
-rwxr-xr-xdoc/zmq_remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_remote.py b/doc/zmq_remote.py
index b491800..56465d3 100755
--- a/doc/zmq_remote.py
+++ b/doc/zmq_remote.py
@@ -51,7 +51,7 @@ if socks:
print("Received: {}".format(len(data)))
for i,part in enumerate(data):
- print(" RX {}: {}".format(i, part.decode().replace('\n','')))
+ print(" RX {}: {}".format(i, part.decode().replace('\n',' ')))
else:
print("ZMQ error: timeout")