diff --git a/tfw/components/terminal/terminal_commands_handler.py b/tfw/components/terminal/terminal_commands_handler.py index dcfd5f0..e47aee5 100644 --- a/tfw/components/terminal/terminal_commands_handler.py +++ b/tfw/components/terminal/terminal_commands_handler.py @@ -5,5 +5,5 @@ class TerminalCommandsHandler(TerminalCommands): keys = ['history.bash'] def handle_event(self, message, _): - command = message['value'] + command = message['command'] self.callback(command)