(20250429) - Fix Wrong Comment

This commit is contained in:
yatmesh
2025-04-29 18:00:31 +05:30
parent 3db5606809
commit abfd033a84
2 changed files with 6 additions and 2 deletions
@@ -401,6 +401,7 @@ def init(
print("FATAL: SCRIPT CREDENTIALS LOADING FAILED!")
return False
script_cred = response.json().get("data")
print("SCRIPT CRED:", json.to_string(script_cred))
# Get the script data:
response = http_client.get(
@@ -491,6 +492,7 @@ def init(
json = {"tokenKey": token_key}
)
instruments_of_interest = response.json()["data"]["rs0"]
print("instruments_of_interest", json.to_string(instruments_of_interest))
# Set the feed up by the stockbroker:
live_feed = False