mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Added logger.info when Sandbox is enabled.
This commit is contained in:
parent
c85c7a3a77
commit
dd71071740
|
@ -113,6 +113,7 @@ class Exchange(object):
|
|||
if exchange_config.get('sandbox'):
|
||||
if api.urls.get('test'):
|
||||
api.urls['api'] = api.urls['test']
|
||||
logger.info("Enabled Sandbox API on %s", name)
|
||||
else:
|
||||
logger.warning(self, "No Sandbox URL in CCXT, exiting. "
|
||||
"Please check your config.json")
|
||||
|
|
Loading…
Reference in New Issue
Block a user