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))