Update telegram.py
This commit is contained in:
parent
f9783b7aae
commit
a417e1fa1e
@ -297,7 +297,7 @@ class Telegram(RPCHandler):
|
||||
cp_extra = f" / {cp_fiat:.3f} {msg['fiat_currency']})"
|
||||
else:
|
||||
cp_extra = ''
|
||||
cp_extra = f"*Cumulative Profit:* (`{msg['cumulative_profit']:.8f}\
|
||||
cp_extra = f"*Cumulative Profit:* (`{msg['cumulative_profit']:.8f}" \
|
||||
f"{msg['stake_currency']}{cp_extra}`)\n"
|
||||
else:
|
||||
cp_extra = ''
|
||||
|
Loading…
Reference in New Issue
Block a user