Fix missing newline in telegram /status
This commit is contained in:
parent
cab1b750b3
commit
c4a80e33ea
@ -607,7 +607,7 @@ class Telegram(RPCHandler):
|
|||||||
if r['is_open']:
|
if r['is_open']:
|
||||||
if r.get('realized_profit'):
|
if r.get('realized_profit'):
|
||||||
lines.extend([
|
lines.extend([
|
||||||
"*Realized Profit:* `{realized_profit_ratio:.2%} ({realized_profit_r})`"
|
"*Realized Profit:* `{realized_profit_ratio:.2%} ({realized_profit_r})`",
|
||||||
"*Total Profit:* `{total_profit_ratio:.2%} ({total_profit_abs_r})`"
|
"*Total Profit:* `{total_profit_ratio:.2%} ({total_profit_abs_r})`"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user