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