88
88
msg = {'cmd':kind, 'text':text}
90
json_response = ivle.chat.chat(host, port, msg, magic,decode=False)
91
json_response = ivle.chat.chat(host, port, msg, magic,decode=False)
94
93
response = cjson.decode(json_response)
96
95
# Could not decode the reply from the python-console server
98
97
"Communication to console process lost"}