From d09e781dedb16c5e30acc08933901b0d22eb2ef8 Mon Sep 17 00:00:00 2001 From: yann Date: Thu, 13 Feb 2025 18:56:46 +0100 Subject: [PATCH] quit from menu to avoid loop --- controllers/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/base.py b/controllers/base.py index 63cc6fc..e63190c 100644 --- a/controllers/base.py +++ b/controllers/base.py @@ -196,7 +196,7 @@ class Application: # Quit if menu_choice == "4": print("Bye") - break + quit() # Rapports elif menu_choice == "3": rapport_choice = self.menu.items(2)