chore: fix flake8 error
This commit is contained in:
@@ -1408,7 +1408,7 @@ class Telegram(RPCHandler):
|
|||||||
[
|
[
|
||||||
dt_humanize_delta(dt_from_ts(trade["close_timestamp"])),
|
dt_humanize_delta(dt_from_ts(trade["close_timestamp"])),
|
||||||
f"{trade['pair']} (#{trade['trade_id']}"
|
f"{trade['pair']} (#{trade['trade_id']}"
|
||||||
f"{(' ' + ('S' if trade['is_short'] else 'L')) if nonspot else '' })",
|
f"{(' ' + ('S' if trade['is_short'] else 'L')) if nonspot else ''})",
|
||||||
f"{(trade['close_profit']):.2%} ({trade['close_profit_abs']})",
|
f"{(trade['close_profit']):.2%} ({trade['close_profit_abs']})",
|
||||||
]
|
]
|
||||||
for trade in trades["trades"]
|
for trade in trades["trades"]
|
||||||
|
|||||||
Reference in New Issue
Block a user