From 702aae2544cfc39a8706452147efc318365ae75c Mon Sep 17 00:00:00 2001 From: goodboy Date: Tue, 10 Mar 2026 17:09:49 -0400 Subject: [PATCH] Drop bp from duration mismatch branch in `.ib.api.Client.bars()` --- piker/brokers/ib/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/brokers/ib/api.py b/piker/brokers/ib/api.py index b467ee0e..b40d4cbc 100644 --- a/piker/brokers/ib/api.py +++ b/piker/brokers/ib/api.py @@ -561,7 +561,7 @@ class Client: # f'Recursing for more bars:\n' ) # XXX, debug! - breakpoint() + # breakpoint() # XXX ? TODO? recursively try to re-request? # => i think *NO* right? #