(20250123) Made a common API to disable all integrations.
This commit is contained in:
@@ -137,11 +137,8 @@ class ICICIBreezeTradingController(TradingController):
|
||||
:return: None.
|
||||
"""
|
||||
|
||||
# Declare the client:
|
||||
this_client = self.CLIENT_NAME
|
||||
|
||||
# Prepare base filter:
|
||||
this_filter = {"client": this_client}
|
||||
this_filter = {"client": self.CLIENT_NAME}
|
||||
|
||||
# Invoke the parent's constructor:
|
||||
super().__init__(
|
||||
@@ -155,7 +152,7 @@ class ICICIBreezeTradingController(TradingController):
|
||||
)
|
||||
|
||||
# Init a variable in a parent:
|
||||
self._client = this_client
|
||||
self._client = self.CLIENT_NAME
|
||||
|
||||
# ┏┓ ┓
|
||||
# ┣┫┓┏╋┣┓
|
||||
|
||||
Reference in New Issue
Block a user