From 2ed1b81befe3ccb7a0780f505776e8217c3d77ad Mon Sep 17 00:00:00 2001 From: khushal Date: Tue, 24 Dec 2024 14:41:44 +0530 Subject: [PATCH] (20241224) Zerodha Instrument Listing Fixed. --- controllers_v2/finstitutions/trading/zerodha_kite.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers_v2/finstitutions/trading/zerodha_kite.py b/controllers_v2/finstitutions/trading/zerodha_kite.py index c20b356..6658441 100644 --- a/controllers_v2/finstitutions/trading/zerodha_kite.py +++ b/controllers_v2/finstitutions/trading/zerodha_kite.py @@ -280,8 +280,6 @@ class ZerodhaKiteTradingController(TradingController): symbols_subset = kite.instruments(exchange = exchange) symbols_subset = [TradingSymbol.from_zerodha_kite(s) for s in symbols_subset] symbol_list.data += symbols_subset - print("LEN(EXC):", len(symbols_subset)) - print("LEN(SYM):", len(symbol_list.data)) symbol_list.success = True symbol_list.message = "Symbol list retrieved successfully."