Possible bug in KiteTicker.is_connected

ziptaptoe
When calling ticker.is_connected before ticker.connect(), an error is thrown: AttributeError: 'KiteTicker' object has no attribute 'ws'.
This looks like a bug, perhaps a `self.ws = None` in `KiteTicker.__init__` is missing?
Sign In or Register to comment.