Why dont you fix your tradehull liberary and share the latest one

@Tradehull_Imran

Dhan_Tradehull.py", line 74, in get_login
self.Dhan = dhanhq(self.ClientCode, self.token_id)
TypeError: init() takes 2 positional arguments but 3 were given

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “c:\Users\Altaf\AppData\Local\Programs\Python\Python38\lib\site-packages\Dhan_Tradehull\Dhan_Tradehull.py”, line 52, in init
self.get_login(ClientCode,token_id)
File “c:\Users\Altaf\AppData\Local\Programs\Python\Python38\lib\site-packages\Dhan_Tradehull\Dhan_Tradehull.py”, line 80, in get_login
print(self.response)
AttributeError: ‘Tradehull’ object has no attribute ‘response’