Closed crazylala closed 3 years ago
Can you please run pip install --upgrade jugaad-trader
This feature was added in recent versions
Thanks working perfectly now
On Sun, Jul 4, 2021, 21:39 sevakram @.***> wrote:
Can you please run pip install --upgrade jugaad-trader
This feature was added in recent versions
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jugaad-py/jugaad-trader/issues/17#issuecomment-873618655, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMNHL4F7DZIULBXTWH3XFYLTWCBU5ANCNFSM47ZD6OBQ .
from jugaad_trader import Zerodha import logging from jugaad_trader import Zerodha
kite = Zerodha()
Set access token loads the stored session.
Name chosen to keep it compatible with kiteconnect.
kite.set_access_token()
kws = kite.ticker()
Error:
AttributeError: 'Zerodha' object has no attribute 'ticker'