diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 20:34:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 20:34:42 +0200 |
| commit | af3bed7b5b1b01531e3bb34c56612c37717e06b7 (patch) | |
| tree | 8e520aa3936a0296041d246bf8cf9a7e8645dc9f /rpc/rpc.py | |
| parent | 413dece08acb8d168835b0642bf1bccf85506c95 (diff) | |
pauzejabber
Diffstat (limited to 'rpc/rpc.py')
| -rw-r--r-- | rpc/rpc.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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...') |
