(20250429) - Fix Wrong Comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user