diff --git a/modules/lemonade.py b/modules/lemonade.py index 5fbaa17..13ed5a6 100644 --- a/modules/lemonade.py +++ b/modules/lemonade.py @@ -294,7 +294,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 += " SalesPotential:" + str(potential) + "🥤" + buffer += " Sales Potential:" + str(potential) + " cups." # Display the current inventory buffer += "Inventory:"