From 9455d89fb4efebafd39a0fab3a961a373e3ff932 Mon Sep 17 00:00:00 2001 From: khushal Date: Sat, 4 Jan 2025 16:27:01 +0530 Subject: [PATCH] (20250104) Safety push. --- playground/trading/icici_breeze.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/trading/icici_breeze.py b/playground/trading/icici_breeze.py index 0ce2026..b5bd571 100644 --- a/playground/trading/icici_breeze.py +++ b/playground/trading/icici_breeze.py @@ -3,8 +3,8 @@ from breeze_connect import BreezeConnect from utils_v2.string import json -api_key = r"2678j1551CSkQ96I5T1862k1685t0b2d" -api_secret = r"kQWD507T9R1169I7AR3473+54@1940P5" +api_key = r"123" +api_secret = r"456" session_token = r"50114591" print("Init")