Apart from: Kiteticker, kite.quote and kite.historical_quote, which command will not work in personal.
If everything else works, that I might have just one connect account for multiple accounts in the family.
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
…