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