quit from menu to avoid loop

This commit is contained in:
yann 2025-02-13 18:56:46 +01:00
parent 2397e6dbe4
commit d09e781ded

View File

@ -196,7 +196,7 @@ class Application:
# Quit # Quit
if menu_choice == "4": if menu_choice == "4":
print("Bye") print("Bye")
break quit()
# Rapports # Rapports
elif menu_choice == "3": elif menu_choice == "3":
rapport_choice = self.menu.items(2) rapport_choice = self.menu.items(2)