Fix line too long
This commit is contained in:
parent
0502fe0496
commit
a3daf8e41c
@ -519,7 +519,8 @@ class Telegram(RPC):
|
|||||||
trades_tab = tabulate(
|
trades_tab = tabulate(
|
||||||
[[arrow.get(trade['open_date']).humanize(),
|
[[arrow.get(trade['open_date']).humanize(),
|
||||||
trade['pair'],
|
trade['pair'],
|
||||||
f"{(100 * trade['close_profit']):.2f}% ({trade['close_profit_abs']})"] for trade in trades['trades'] if trade['close_profit'] is not None],
|
f"{(100 * trade['close_profit']):.2f}% ({trade['close_profit_abs']})"]
|
||||||
|
for trade in trades['trades'] if trade['close_profit'] is not None],
|
||||||
headers=[
|
headers=[
|
||||||
'Open Date',
|
'Open Date',
|
||||||
'Pair',
|
'Pair',
|
||||||
|
Loading…
Reference in New Issue
Block a user