From b7b31ca5c250675c1f523368fec11826d7a5b2ce Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 20 Sep 2024 22:55:21 -0700 Subject: [PATCH] Update lemonade.py --- modules/lemonade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lemonade.py b/modules/lemonade.py index 12e459e..5fbaa17 100644 --- a/modules/lemonade.py +++ b/modules/lemonade.py @@ -293,7 +293,7 @@ def start_lemonade(nodeID, message, celsius=False): # Calculate the unit cost and display the estimated sales from the forecast potential unit = cups.unit + lemons.unit + sugar.unit - buffer += " SupplyCost" + locale.currency(unit, grouping=True) + "a cup" + buffer += " SupplyCost" + locale.currency(unit, grouping=True) + " a cup" buffer += " SalesPotential:" + str(potential) + "🥤" # Display the current inventory