We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4d83b commit 209c5c0Copy full SHA for 209c5c0
alpaca_trade_api/polygon/stream2.py
@@ -61,7 +61,7 @@ async def authenticate(self):
61
status = data.get('status')
62
if (stream == 'status'
63
and msg == 'authenticated'
64
- and status == 'success'):
+ and status == 'auth_success'):
65
# reset retries only after we successfully authenticated
66
self._retries = 0
67
await self._dispatch(data)
0 commit comments