Closed krossenheim closed 3 years ago
file: twelvedata/websockets.py
when calling TDWebSocket.update_subscription_symbols,
if there are any symbols to be removed (line 157,158),
TDWebSocket.subscribe_event is called instead of TDWebSocket.unsubscribe_event (line 160)
file: twelvedata/websockets.py
when calling TDWebSocket.update_subscription_symbols,
if there are any symbols to be removed (line 157,158),
TDWebSocket.subscribe_event is called instead of TDWebSocket.unsubscribe_event (line 160)