Skip to content

Commit

Permalink
Remove unused prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
umitanuki committed Apr 28, 2020
1 parent 6964d36 commit a735f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca_trade_api/stream2.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def __init__(
else:
self.data_ws = _StreamConn(_key_id, _secret_key, _data_url)
self._data_prefixes = (
('Q.', 'T.', 'AM.', 'polyfeed/', 'alpacadatav1/'))
('Q.', 'T.', 'AM.', 'alpacadatav1/'))

self._handlers = {}
self._handler_symbols = {}
Expand Down

0 comments on commit a735f24

Please sign in to comment.