From babab29741ae54e4046b0acd9c46db1d50ee7ddd Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 12 Aug 2022 09:07:41 +0200 Subject: [PATCH] Script execution --- script/test/test_stream_out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/test_stream_out.py b/script/test/test_stream_out.py index 7e39898..c64fdd8 100644 --- a/script/test/test_stream_out.py +++ b/script/test/test_stream_out.py @@ -32,4 +32,4 @@ with source(host="127.0.0.1", port=OUTPUT_PORT, mode=SUB, receive_timeout = 3000 print (data.data.data.keys()) stop_event.set() -thread.join(5.0) +#thread.join(5.0)