twelvedata / twelvedata-python

Twelve Data Python Client - Financial data API & WebSocket
https://twelvedata.com
MIT License
392 stars 57 forks source link

[Bug] #25

Closed krossenheim closed 3 years ago

krossenheim commented 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)