zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
965 stars 462 forks source link

fix: initialize ws object in KiteTicker class #157

Closed ranjanrak closed 1 year ago

ranjanrak commented 1 year ago

Initialize ws object in KiteTicker class, to avoid AttributeError for is_connected and _close method calls.