Closedown

This commit is contained in:
2022-08-26 09:39:01 +02:00
parent 3ec8303dd2
commit 5382e7c65a

View File

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