Skip to content

Commit a735f24

Browse files
committed
Remove unused prefix
1 parent 6964d36 commit a735f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_trade_api/stream2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __init__(
190190
else:
191191
self.data_ws = _StreamConn(_key_id, _secret_key, _data_url)
192192
self._data_prefixes = (
193-
('Q.', 'T.', 'AM.', 'polyfeed/', 'alpacadatav1/'))
193+
('Q.', 'T.', 'AM.', 'alpacadatav1/'))
194194

195195
self._handlers = {}
196196
self._handler_symbols = {}

0 commit comments

Comments
 (0)