summaryrefslogtreecommitdiff
path: root/rpc
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 20:34:42 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 20:34:42 +0200
commitaf3bed7b5b1b01531e3bb34c56612c37717e06b7 (patch)
tree8e520aa3936a0296041d246bf8cf9a7e8645dc9f /rpc
parent413dece08acb8d168835b0642bf1bccf85506c95 (diff)
pauzejabber
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/rpc.py b/rpc/rpc.py
index 26a7ed4..4df4a5b 100644
--- a/rpc/rpc.py
+++ b/rpc/rpc.py
@@ -105,7 +105,8 @@ class CortexRPC(object):
try:
self.relay.send_frame(fn, meta, frame)
except Exception as e:
- print('Caught exception...? Wha')
+ print('Caught exception...? Wha >>>>>>>>>>>>>>>>>>>')
+ print(e)
return self.connected()
else:
print('Can\'t send frame, relay not ready...')