mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 14:21:33 +00:00
Fix TerminalCommandsHandler using old JSON API
This commit is contained in:
parent
a5db2f23a0
commit
517684e84a
@ -5,5 +5,5 @@ class TerminalCommandsHandler(TerminalCommands):
|
|||||||
keys = ['history.bash']
|
keys = ['history.bash']
|
||||||
|
|
||||||
def handle_event(self, message, _):
|
def handle_event(self, message, _):
|
||||||
command = message['value']
|
command = message['command']
|
||||||
self.callback(command)
|
self.callback(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user