quit from menu to avoid loop
This commit is contained in:
parent
2397e6dbe4
commit
d09e781ded
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user