Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwedge committed Feb 17, 2020
1 parent 367796d commit 9a17a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crop_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -131,4 +131,4 @@ def main():
manage_crop(new_crop)

if __name__ == '__main__':
main()
main()

0 comments on commit 9a17a50

Please sign in to comment.