Revert change to telegram - this should be handled at the source

This commit is contained in:
Matthias 2022-03-01 19:32:25 +01:00
parent c2b90afa61
commit 69cfb0b278
1 changed files with 1 additions and 2 deletions

View File

@ -452,8 +452,7 @@ class Telegram(RPCHandler):
"*Current Pair:* {pair}",
"*Amount:* `{amount} ({stake_amount} {base_currency})`",
"*Entry Tag:* `{buy_tag}`" if r['buy_tag'] else "",
"*Exit Reason:* `{sell_reason}`"
if (r['sell_reason'] and not r['is_open']) else "",
"*Exit Reason:* `{sell_reason}`" if r['sell_reason'] else "",
]
if position_adjust: