This commit is contained in:
2024-04-09 12:44:23 +02:00
parent dcfffd9602
commit 58899d5738
+2
View File
@@ -68,3 +68,5 @@ def comm_subroutine():
for worker in threads:
worker.join()
if __name__ == "__main__":
comm_subroutine()