This commit is contained in:
2024-04-09 01:27:14 +02:00
parent ee0836ed7e
commit b43321d36e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -60,5 +60,6 @@ def comm_subroutine(comm_q):
for worker in threads:
worker.start()
for worker in threads:
worker.join()
return threads