simple #3

Merged
Yann merged 4 commits from simple into dev 2025-02-13 14:44:49 +00:00
Showing only changes of commit bc8f73beaf - Show all commits

View File

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