Script execution

This commit is contained in:
2022-08-25 10:26:51 +02:00
parent bd999e7d1d
commit cdeafa9928

View File

@@ -22,7 +22,7 @@ def send(port):
traceback.print_exc()
thread = Thread(target=send, args=(OUTPUT_PORT))
thread = Thread(target=send, args=(OUTPUT_PORT,))
thread.start()
with source(host="127.0.0.1", port=OUTPUT_PORT, mode=SUB, receive_timeout = 3000) as stream: