mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-24 03:51:14 +02:00
Update lemonade.py
This commit is contained in:
+1
-1
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user