Skip to content

Commit cc4e0de

Browse files
committed
MOD: Use method to enable DBNQueue
1 parent 934746f commit cc4e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databento/live/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ class LiveIterator:
633633
def __init__(self, client: Live):
634634
client.start()
635635
self._dbn_queue = client._session._dbn_queue
636-
self._dbn_queue._enabled.set()
636+
self._dbn_queue.enable()
637637
self._client = client
638638

639639
@property

0 commit comments

Comments
 (0)