diff options
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...') |
