Updated headers watchlist image table
This commit is contained in:
parent
cacef72eac
commit
6e1357cb82
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -180,7 +180,7 @@ async def watchlist(ctx, user: typing.Optional[discord.Member]):
|
|||
)
|
||||
|
||||
image = t2.generate_table(
|
||||
headers=["Ticker", "Value ($)", "Est. Price ($)", "Delta"],
|
||||
headers=["Ticker", "Value ($)", "Est. Price ($)", "24h"],
|
||||
data=data,
|
||||
title=str(user + "'s Watchlist"),
|
||||
bg="lightgreen",
|
||||
|
|
Loading…
Add table
Reference in a new issue