Update lemonade.py

This commit is contained in:
SpudGunMan
2024-09-20 22:56:47 -07:00
parent b7b31ca5c2
commit 04b86ae7e4
+1 -1
View File
@@ -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:"