From d8322dd5f0703d829850539e8e20f10610cdc71a Mon Sep 17 00:00:00 2001 From: Timur Gilmullin Date: Thu, 29 Sep 2022 18:07:57 +0300 Subject: [PATCH] #47 trade scenario1 was updated --- docs/examples/scenario1.py | 2 -- 1 file changed, 2 deletions(-) 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` )