Comment exception debug in ib request error block

mkts_backup
Tyler Goodlet 2022-03-18 17:53:21 -04:00
parent 8e8c1c14ce
commit df6f9b1c17
1 changed files with 2 additions and 2 deletions

View File

@ -1175,12 +1175,12 @@ async def open_client_proxy() -> MethodProxy:
except (
RequestError,
BaseException,
# BaseException,
)as err:
code = getattr(err, 'code', None)
if code:
msg = err.message
await tractor.breakpoint()
# await tractor.breakpoint()
# TODO: retreive underlying ``ib_insync`` error?
if (