Remove currency from daily table
This commit is contained in:
@@ -241,7 +241,7 @@ class Telegram(RPC):
|
||||
headers=[
|
||||
'Day',
|
||||
f'Profit {stake_cur}',
|
||||
f'Profit {fiat_disp_cur}'
|
||||
f'Profit {fiat_disp_cur if fiat_disp_cur else ""}'
|
||||
],
|
||||
tablefmt='simple')
|
||||
message = f'<b>Daily Profit over the last {timescale} days</b>:\n<pre>{stats}</pre>'
|
||||
|
Reference in New Issue
Block a user