mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 10:02:55 +00:00 
			
		
		
		
	Fix refactored method name
This commit is contained in:
		@@ -18,7 +18,7 @@ class FSMHandler:
 | 
			
		||||
        self.auth_key = KeyManager().auth_key
 | 
			
		||||
 | 
			
		||||
        self.command_handlers = {
 | 
			
		||||
            'fsm.trigger': self.handle_step,
 | 
			
		||||
            'fsm.trigger': self.handle_trigger,
 | 
			
		||||
            'fsm.update' : self.handle_update
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user