Telegram: /status now shows what exchange is used to make the trade
This commit is contained in:
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user