From b79a0a1b5b4caf8242b665b0657978a2d7ba0fe0 Mon Sep 17 00:00:00 2001 From: wudong Date: Fri, 25 Nov 2022 17:44:25 +0800 Subject: [PATCH] websocket --- app/controller/AlgorithmController.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controller/AlgorithmController.py b/app/controller/AlgorithmController.py index 9567447..d03fd75 100644 --- a/app/controller/AlgorithmController.py +++ b/app/controller/AlgorithmController.py @@ -47,7 +47,6 @@ def start_train_algorithm(): def wrapped_function(): param = request.args.get('param') id = request.args.get('id') - sleep(10) dict = manager.active_connections_dist # t = Thread(target=func, args=(param, id)) t = Process(target=func, args=(param, id, dict[id]), name=id)