From 5382e7c65a5afd486a95caf9778b5ee59ff473ce Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Fri, 26 Aug 2022 09:39:01 +0200 Subject: [PATCH] Closedown --- script/test/test_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/test_thread.py b/script/test/test_thread.py index 45e4ab7..4d744d5 100644 --- a/script/test/test_thread.py +++ b/script/test/test_thread.py @@ -72,7 +72,7 @@ def get_data(port): return data.data.data -for port in (12007, 12008): +for port in (5008, 5009): print ( "--------------------------------------") print ("Port: ", port) stop_event = threading.Event()