From 9a17a50083c4335a161e7450c09f6f94c62c7dfe Mon Sep 17 00:00:00 2001 From: swedge Date: Mon, 17 Feb 2020 18:39:33 -0500 Subject: [PATCH] Fixes #1 --- crop_class.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crop_class.py b/crop_class.py index 90ad111..4b3ec62 100644 --- a/crop_class.py +++ b/crop_class.py @@ -105,7 +105,7 @@ def get_menu_choice(): def manage_crop(self): print('This is crop management program') print() - exit = Falst + exit = False while not exit: display_menu() option = get_menu_choice() @@ -131,4 +131,4 @@ def main(): manage_crop(new_crop) if __name__ == '__main__': - main() \ No newline at end of file + main()