Update telegram notification settings

This commit is contained in:
Matthias
2022-04-04 19:10:44 +02:00
parent 0b88185c2c
commit 8a9839fb6d
11 changed files with 28 additions and 24 deletions

View File

@@ -1447,7 +1447,7 @@ class FreqtradeBot(LoggingMixin):
msg = {
'type': (RPCMessageType.EXIT_FILL if fill
else RPCMessageType.SELL),
else RPCMessageType.EXIT),
'trade_id': trade.id,
'exchange': trade.exchange.capitalize(),
'pair': trade.pair,