mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 02:42:56 +00:00 
			
		
		
		
	Conform new fsm_update API
This commit is contained in:
		@@ -15,7 +15,7 @@ class ControllerPostHandler(RequestHandler):
 | 
			
		||||
    def post(self, *args, **kwargs):
 | 
			
		||||
        self.set_header('Content-Type', 'application/json')
 | 
			
		||||
        self.write(json.dumps({
 | 
			
		||||
            'solved': self.controller.in_accepted_state
 | 
			
		||||
            'solved': self.controller.fsm_in_accepted_state
 | 
			
		||||
        }))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user