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