Thanks for your response.
Threaded is set as true when the ticker is started by calling start method as under:
"def start(self, api_key: str, access_token: str, threaded = True):"
Further, is not thread, it's simply a class variable which store…
Thanks for your prompt response.
Here is my code:
from kiteconnect import KiteTicker, KiteConnect
import logging
log = logging.getLogger('Flask.Ticker')
class KiteWebsocket:
tick = {}
kws = None
def __init__(self):
pass
…