mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	fix cqi_over_socketio
This commit is contained in:
		@@ -162,7 +162,7 @@ class CQiOverSocketIONamespace(Namespace):
 | 
			
		||||
 | 
			
		||||
        if fn_name in CQI_API_FUNCTION_NAMES:
 | 
			
		||||
            fn = getattr(cqi_client.api, fn_name)
 | 
			
		||||
        elif fn_name in cqi_extension_functions.CQI_EXTENSION_FUNCTION_NAMES:
 | 
			
		||||
        elif fn_name in CQI_EXTENSION_FUNCTION_NAMES:
 | 
			
		||||
            fn = getattr(cqi_extension_functions, fn_name)
 | 
			
		||||
        else:
 | 
			
		||||
            return {'code': 400, 'msg': 'Bad Request'}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user