(20250102) Print statement removed.
This commit is contained in:
@@ -213,8 +213,6 @@ async def request_oauth_authorization_url(
|
||||
|
||||
if inbound_data.client == "zerodhaKite":
|
||||
|
||||
print("Zerodha")
|
||||
|
||||
# Prepare the inputs:
|
||||
auth_url = await current_app.zerodha_kite_controller.get_authorization_url(api_key = inbound_data.auth.apiKey)
|
||||
|
||||
@@ -252,8 +250,6 @@ async def request_oauth_authorization_url(
|
||||
|
||||
if inbound_data.client == "iciciBreeze":
|
||||
|
||||
print("ICICI")
|
||||
|
||||
# Prepare the inputs:
|
||||
auth_url = await current_app.icici_breeze_controller.get_authorization_url(api_key = inbound_data.auth.apiKey)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user