From 88e58e65ed5427a6513ab674dc385e07ff188274 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 12 Oct 2024 16:12:46 -0700 Subject: [PATCH] Update lemonade.py --- modules/games/lemonade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games/lemonade.py b/modules/games/lemonade.py index cbe5f9a..6c34979 100644 --- a/modules/games/lemonade.py +++ b/modules/games/lemonade.py @@ -561,7 +561,7 @@ def start_lemonade(nodeID, message, celsius=False): weeks.current = weeks.current + 1 - msg += f"Play another week🄤? 'end' to end game" + msg += f"Play another week🄤? or (E)nd Game" saveValues() return msg