From b3aef701f5151a6035854fd84dc8b5067fa21ab0 Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Tue, 9 May 2017 19:31:46 +0000 Subject: [PATCH] Update harvest confirmation --- menu_screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu_screen.py b/menu_screen.py index 96a8273..d3b6f08 100644 --- a/menu_screen.py +++ b/menu_screen.py @@ -502,7 +502,7 @@ class CursedMenu(object): except Exception as e: self.__exit__() - if user_in == ord('Y'): + if user_in in [ord('Y'), ord('y')]: self.plant.start_over() else: pass