Show More
@@ -59,7 +59,7 def main(connection_file): | |||
|
59 | 59 | # stdout/stderr |
|
60 | 60 | # stream names are in msg['content']['name'], if you want to handle |
|
61 | 61 | # them differently |
|
62 |
print("%s: %s" % (topic, msg['content'][' |
|
|
62 | print("%s: %s" % (topic, msg['content']['text'])) | |
|
63 | 63 | elif msg['msg_type'] == 'pyerr': |
|
64 | 64 | # Python traceback |
|
65 | 65 | c = msg['content'] |
General Comments 0
You need to be logged in to leave comments.
Login now