diff --git a/docs/examples/scenario1.py b/docs/examples/scenario1.py index 8109c1c..9e62278 100644 --- a/docs/examples/scenario1.py +++ b/docs/examples/scenario1.py @@ -96,8 +96,6 @@ trader = TinkoffBrokerServer( token="", # Attention! Set your token here or use environment variable `TKS_API_TOKEN` accountId="", # Attention! Set your accountId here or use environment variable `TKS_ACCOUNT_ID` - iList=None, # Do not use previous saved dictionaries with instruments from broker server - useCache=True, # Use auto-updated local cache from `dump.json` )