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()