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.
2 parents cc05ced + b0da1de commit feb9346Copy full SHA for feb9346
alpaca_trade_api/polygon/stream.py
@@ -86,7 +86,6 @@ def _cast(self, subject, data):
86
"s": "start",
87
"e": "end",
88
}
89
- print(data)
90
ent = Agg({map[k]: v for k, v in data.items() if k in map})
91
else:
92
ent = Entity(data)
0 commit comments