add break on quit to avoid loop

This commit is contained in:
yann 2025-02-13 12:02:08 +01:00
parent 31c2b39fa4
commit bc8f73beaf

View File

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