I’m facing this issue, getting below error. Kindly help me on this. As I know it’s issue due to
code:
API_KEY = ‘xxxxx’
angelOne = SmartConnect(api_key=API_KEY)
Issue:
‘str’ object has no attribute ‘getProfile’
If I want to use ‘angelOne’ (smartConnect) at multiple places so how can I use it. I tried multiple things but it’s giving error always.