From 58899d57383a747b1b9cea650998c2f936747350 Mon Sep 17 00:00:00 2001 From: Migatu Date: Tue, 9 Apr 2024 12:44:23 +0200 Subject: [PATCH] Test --- communication_subroutine.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/communication_subroutine.py b/communication_subroutine.py index 0e56c47..378c76a 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -68,3 +68,5 @@ def comm_subroutine(): for worker in threads: worker.join() +if __name__ == "__main__": + comm_subroutine() \ No newline at end of file