We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ae8ae commit ef52a1fCopy full SHA for ef52a1f
examples/websocket/simple.py
@@ -2,7 +2,7 @@
2
from polygon.websocket.models import WebSocketMessage
3
from typing import List
4
5
-c = WebSocketClient(subscriptions=["T.*"], verbose=True)
+c = WebSocketClient(subscriptions=["T.*"])
6
7
8
def handle_msg(msgs: List[WebSocketMessage]):
0 commit comments