Closed akhilpakkath closed 4 years ago
Please change the login url to login_url = "https://kite.trade/connect/login?api_key={api_key}&v=3".format(api_key=kite_api_key)
It's just a matter of style and if there are more params added to login_url then we will consider using format.
login_url
format
Please change the login url to login_url = "https://kite.trade/connect/login?api_key={api_key}&v=3".format(api_key=kite_api_key)