TOSQUASH: lingering `.dict()`s

kraken_ws_orders
Tyler Goodlet 2022-07-09 12:59:09 -04:00
parent caecbaa231
commit b0d3d9bb01
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ async def handle_order_requests(
'Invalid request msg:\n{msg}'
),
).dict()
)
)
@ -607,7 +607,7 @@ async def handle_order_updates(
),
)
msgs.append(resp)
await ems_stream.send(resp.dict())
await ems_stream.send(resp)
case _:
log.warning(