mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 01:12:55 +00:00 
			
		
		
		
	Fix TerminalCommandsHandler using old JSON API
This commit is contained in:
		@@ -5,5 +5,5 @@ class TerminalCommandsHandler(TerminalCommands):
 | 
			
		||||
    keys = ['history.bash']
 | 
			
		||||
 | 
			
		||||
    def handle_event(self, message, _):
 | 
			
		||||
        command = message['value']
 | 
			
		||||
        command = message['command']
 | 
			
		||||
        self.callback(command)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user