From f162019f774300399d88f8fa0aa7fb77087b362d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 19 Sep 2024 01:28:53 -0700 Subject: [PATCH] Update lemonade.py --- modules/lemonade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lemonade.py b/modules/lemonade.py index 17a7e8c..3857124 100644 --- a/modules/lemonade.py +++ b/modules/lemonade.py @@ -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: