Remove currency from daily table

This commit is contained in:
Matthias
2018-07-24 09:35:05 +01:00
parent 30b72ad98a
commit 4928686af9
2 changed files with 2 additions and 2 deletions

View File

@@ -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>'