zerodha / pykiteconnect

The official Python client library for the Kite Connect trading APIs
MIT License
1.01k stars 477 forks source link

change to loginurl #65

Closed akhilpakkath closed 4 years ago

akhilpakkath commented 5 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)

vividvilla commented 4 years ago

It's just a matter of style and if there are more params added to login_url then we will consider using format.