Comment exception debug in ib request error block

broker_bumpz
Tyler Goodlet 2022-03-18 17:53:21 -04:00
parent 1e433ca4f4
commit 957686a9fe
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 (