fix: typo

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-04-15 21:31:54 +02:00
parent ecb673a088
commit c2b0ca5b19

View File

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