Fix indentation

fsp_feeds
Tyler Goodlet 2021-09-13 07:42:28 -04:00
parent 6acfd6c38a
commit 16b7456fef
1 changed files with 2 additions and 1 deletions

View File

@ -769,8 +769,9 @@ async def process_trades_and_update_ui(
# update order pane widgets
mode.pane.update_status_ui(tracker)
# display pnl
mode.pane.display_pnl(tracker)
mode.pane.display_pnl(tracker)
# short circuit to next msg to avoid
# unnecessary msg content lookups
continue