feat: KIAUH v6 - full rewrite of KIAUH in Python #428

Open
dw-0 wants to merge 242 commits from kiauh-v6-dev into master
Showing only changes of commit c2b0ca5b19 - Show all commits

View File

@@ -213,4 +213,4 @@ class BaseMenu(metaclass=PostInitCaller):
option.method(opt_index=option.opt_index, opt_data=option.opt_data)
self.run()
except Exception as e:
Logger.print_error(f"An unexpecred error occured:\n{e}")
Logger.print_error(f"An unexpected error occured:\n{e}")