Script execution
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user