binance: Map `use_testnet` to off by default (since data feeds)

basic_buy_bot
Tyler Goodlet 2023-06-30 20:20:14 -04:00
parent a7ec59862a
commit 35af5f11fa
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ class Client:
# Check if we're configured to route order requests to the
# venue equivalent's testnet.
use_testnet: bool = allow_testnet
use_testnet: bool = False
section_name: str = self.venue2configkey[venue_key]
if subconf := self.conf.get(section_name):
use_testnet = (