show_config should not use freqtrade object

This commit is contained in:
Matthias
2020-08-01 17:55:03 +02:00
parent 1de248fe38
commit c59a1be154
3 changed files with 4 additions and 5 deletions

View File

@@ -755,7 +755,7 @@ class Telegram(RPC):
:param update: message update
:return: None
"""
val = self._rpc_show_config()
val = self._rpc_show_config(self._freqtrade.config)
if val['trailing_stop']:
sl_info = (
f"*Initial Stoploss:* `{val['stoploss']}`\n"