Skip to content

Commit

Permalink
Fix refactored-away extra cleanup spot
Browse files Browse the repository at this point in the history
Forgot to add this as another partial commit during another patch
of fixes for removing an old data holder.

Fixes mattsta#12
  • Loading branch information
mattsta committed Aug 14, 2024
1 parent 758a716 commit fe6d7ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion icli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3251,7 +3251,6 @@ async def reconnect():
# reset cached states on reconnect so we don't show stale data
self.summary.clear()
self.position.clear()
self.order.clear()
self.pnlSingle.clear()

await self.ib.connectAsync(
Expand Down

0 comments on commit fe6d7ce

Please sign in to comment.