Nest async withs
parent
a18a4b5a4c
commit
3506bbe05c
|
@ -321,9 +321,7 @@ async def start_order_mode(
|
|||
async with open_ems(
|
||||
brokername,
|
||||
symbol,
|
||||
) as (book, trades_stream):
|
||||
|
||||
async with open_order_mode(
|
||||
) as (book, trades_stream), open_order_mode(
|
||||
symbol,
|
||||
chart,
|
||||
book,
|
||||
|
|
Loading…
Reference in New Issue