mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
grammar
This commit is contained in:
parent
d99e7bc84a
commit
bff2e40411
@ -210,7 +210,7 @@ _Donations can only be made in a chat directly with @simplestockbot_
|
||||
else:
|
||||
message = (
|
||||
f"{IEXData['companyName']} closed at $**{IEXData['latestPrice']}**,"
|
||||
+ f" after hours _(15 minutes delayed)_ stock price is $**{IEXData['extendedPrice']}**"
|
||||
+ f" after hours _(15 minutes delayed)_ the stock price is $**{IEXData['extendedPrice']}**"
|
||||
)
|
||||
change = round(IEXData["extendedChangePercent"] * 100, 2)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user