mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-03 08:21:40 +02:00
Update lemonade.py
This commit is contained in:
+1
-1
@@ -400,7 +400,7 @@ def start_lemonade(nodeID, message, celsius=False):
|
||||
if lemonadeTracker[i]['nodeID'] == nodeID:
|
||||
lemonadeTracker[i]['cmd'] = "price"
|
||||
saveValues()
|
||||
msg += f"\nHow much should the lemonade cost?"
|
||||
msg += f"\nHow much should the lemonade cost? Cost of goods is {locale.currency(unit, grouping=True)} per cup"
|
||||
return msg
|
||||
|
||||
if "price" in last_cmd:
|
||||
|
||||
Reference in New Issue
Block a user