add break on quit to avoid loop
This commit is contained in:
parent
31c2b39fa4
commit
bc8f73beaf
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user