From 0f99728be35c95d9fd41fb1d48c904d676070187 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 00:23:12 -0700 Subject: [PATCH] Update lemonade.py --- modules/lemonade.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/lemonade.py b/modules/lemonade.py index 490a2c8..ec87169 100644 --- a/modules/lemonade.py +++ b/modules/lemonade.py @@ -472,9 +472,9 @@ def start_lemonade(nodeID, message, celsius=False): pnl = locale.currency(gainloss, grouping=True) if "0.00" not in pnl: if pnl.startswith("-"): - buffer += "šŸ“ŠP&LšŸ“‰" + pnl + msg += "šŸ“ŠP&LšŸ“‰" + pnl else: - buffer += "šŸ“ŠP&LšŸ“ˆ" + pnl + msg += "šŸ“ŠP&LšŸ“ˆ" + pnl # Display the weekly sales summary pad_week = len(str(weeks.total))