(20250801) - ICICIBreeze library commented from each main.py and api/ request.py

This commit is contained in:
yatmesh
2025-08-01 09:52:58 +05:30
parent 6e0cafcecf
commit 4df63310d8
2 changed files with 76 additions and 74 deletions
+8 -6
View File
@@ -571,12 +571,14 @@ async def app_startup(**kwargs):
alert_url = current_app.script_data["alerts"]["url"],
debug = enable_debugging
)
current_app.icici_breeze_controller = ICICIBreezeTradingController(
cache = current_app.module_cache,
http_client = current_app.http_client,
alert_url = current_app.script_data["alerts"]["url"],
debug = enable_debugging
)
# current_app.icici_breeze_controller = ICICIBreezeTradingController(
# cache = current_app.module_cache,
# http_client = current_app.http_client,
# alert_url = current_app.script_data["alerts"]["url"],
# debug = enable_debugging
# )
current_app.paper_trading_controller = PaperTradingController(
cache = current_app.module_cache,
http_client = current_app.http_client,