(20241223) Minor bug fix.

This commit is contained in:
2024-12-23 16:36:16 +05:30
parent 58e91fb15f
commit da138ee1b3
@@ -220,7 +220,6 @@ class ZerodhaKiteTradingController(TradingController):
api_secret = auth_token.auth["apiSecret"]
)
zerodha_auth_token = ZerodhaKiteAuthTokens(**session_data)
print(zerodha_auth_token)
# Prepare the inputs to save to the database:
auth_url = await self.get_authorization_url(api_key = auth_token.auth["apiKey"])