diff --git a/controllers/base.py b/controllers/base.py index 0f29f36..7b092b9 100644 --- a/controllers/base.py +++ b/controllers/base.py @@ -195,7 +195,7 @@ class Application: # Quit if menu_choice == "4": print("Bye") - + break # Rapports elif menu_choice == "3": rapport_choice = self.menu.items(2)