more formatting
parent
362a2b301f
commit
f79f0ede5b
|
@ -236,9 +236,7 @@ async def open_ems(
|
|||
or mode == 'paper'
|
||||
):
|
||||
mode = 'paper'
|
||||
|
||||
from ._ems import _emsd_main
|
||||
|
||||
async with (
|
||||
# connect to emsd
|
||||
portal.open_context(
|
||||
|
|
|
@ -1452,7 +1452,6 @@ async def _emsd_main(
|
|||
|
||||
brokerd_stream = relay.brokerd_stream
|
||||
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