more formatting
parent
730906a072
commit
acc86ae6db
|
@ -235,10 +235,8 @@ async def open_ems(
|
|||
not getattr(mod, 'trades_dialogue', None)
|
||||
or mode == 'paper'
|
||||
):
|
||||
mode = 'paper'
|
||||
|
||||
mode = 'paper'
|
||||
from ._ems import _emsd_main
|
||||
|
||||
async with (
|
||||
# connect to emsd
|
||||
portal.open_context(
|
||||
|
|
|
@ -1451,8 +1451,7 @@ async def _emsd_main(
|
|||
) as (relay, feed, client_ready):
|
||||
|
||||
brokerd_stream = relay.brokerd_stream
|
||||
dark_book = _router.get_dark_book(broker)
|
||||
|
||||
dark_book = _router.get_dark_book(broker)
|
||||
# signal to client that we're started and deliver
|
||||
# all known pps and accounts for this ``brokerd``.
|
||||
await ems_ctx.started((
|
||||
|
|
Loading…
Reference in New Issue