jugaad-py / jugaad-trader

Unofficial python client for Zerodha
https://marketsetup.in/documentation/jugaad-trader/
156 stars 110 forks source link

AttributeError: 'Zerodha' object has no attribute 'ticker' #17

Closed crazylala closed 3 years ago

crazylala commented 3 years ago

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:

kws = kite.ticker()

AttributeError: 'Zerodha' object has no attribute 'ticker'

sevakram commented 3 years ago

Can you please run pip install --upgrade jugaad-trader

This feature was added in recent versions

crazylala commented 3 years ago

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 .