From ee0836ed7ec43514854a0a25f3752d25d0267a22 Mon Sep 17 00:00:00 2001 From: Migatu Date: Tue, 9 Apr 2024 01:22:08 +0200 Subject: [PATCH] aaa --- communication_subroutine.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/communication_subroutine.py b/communication_subroutine.py index 9313305..faf18fb 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -61,5 +61,4 @@ def comm_subroutine(comm_q): for worker in threads: worker.start() - for worker in threads: - worker.join() + return threads