From 7d018b78b55644a1b893fb5c816c56787e1c0539 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 4 Feb 2021 21:33:34 -0700 Subject: [PATCH] I cant grammar --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index d68488f..a10b7f3 100644 --- a/functions.py +++ b/functions.py @@ -173,7 +173,7 @@ _Donations can only be made in a chat directly with @simplestockbot_ message = f"The current stock price of {IEXData['companyName']} is $**{IEXData['latestPrice']}**" change = round(IEXData["changePercent"] * 100, 2) else: - message = f"{IEXData['companyName']} closed at $**{IEXData['latestPrice']}**, after hours _(15 minute delayed)_ stock price is $**{IEXData['extendedPrice']}**" + message = f"{IEXData['companyName']} closed at $**{IEXData['latestPrice']}**, after hours _(15 minutes delayed)_ stock price is $**{IEXData['extendedPrice']}**" change = round(IEXData["extendedChangePercent"] * 100, 2) # Determine wording of change text