Update lemonade.py

This commit is contained in:
SpudGunMan
2024-09-20 22:55:21 -07:00
parent 7c76e3b3a9
commit b7b31ca5c2
+1 -1
View File
@@ -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