refactor: help menus need to be an option now

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-03-27 20:42:59 +01:00
parent 72e3a56e4f
commit fef8b58510

View File

@@ -153,8 +153,6 @@ class BaseMenu(ABC):
sys.exit(0) sys.exit(0)
elif choice == "b": elif choice == "b":
return return
elif choice == "h":
print("help!")
else: else:
self.execute_option(choice) self.execute_option(choice)