Telegram: /status now shows what exchange is used to make the trade

This commit is contained in:
Samuel Husso
2018-03-07 10:19:43 +02:00
parent 45909d8422
commit 018dd4cf6a
2 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ def init(config: dict) -> None:
'apiKey': exchange_config.get('key'),
'secret': exchange_config.get('secret'),
})
logger.info('Using Exchange %s', name.capitalize())
except KeyError:
raise OperationalException('Exchange {} is not supported'.format(name))