Skip to content

Commit

Permalink
Merge branch 'master' into enable_raw_data_response
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Kushchi authored Jan 7, 2021
2 parents 60342f4 + 4ed4820 commit 3844d7f
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 @@ -198,11 +198,11 @@ def __init__(
self,
key_id: str = None,
secret_key: str = None,
oauth: str = None,
base_url: URL = None,
data_url: URL = None,
data_stream: str = None,
debug: bool = False,
oauth: str = None,
raw_data: bool = False):
"""
:param base_url: api.alpaca.markets
Expand Down

0 comments on commit 3844d7f

Please sign in to comment.