put current price back
This commit is contained in:
parent
f217b1f0f5
commit
f7e4cf860a
12
app/stock.py
12
app/stock.py
@ -117,12 +117,12 @@ def get_stock(share_name, verbose=False):
|
||||
value="$%s" % request["postMarketPrice"],
|
||||
inline=False,
|
||||
)
|
||||
else:
|
||||
embed.add_field(
|
||||
name="Current price",
|
||||
value="$%s" % request["regularMarketPrice"],
|
||||
inline=False,
|
||||
)
|
||||
|
||||
embed.add_field(
|
||||
name="Current price",
|
||||
value="$%s" % request["regularMarketPrice"],
|
||||
inline=False,
|
||||
)
|
||||
|
||||
embed.add_field(
|
||||
name="Opening price", value="$%s" % request["regularMarketOpen"], inline=False
|
||||
|
Loading…
x
Reference in New Issue
Block a user