This commit is contained in:
2024-04-09 01:22:08 +02:00
parent 4c915ebdba
commit ee0836ed7e
+1 -2
View File
@@ -61,5 +61,4 @@ def comm_subroutine(comm_q):
for worker in threads:
worker.start()
for worker in threads:
worker.join()
return threads