summaryrefslogtreecommitdiff
path: root/python/rvi_call_ws.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/rvi_call_ws.py')
-rwxr-xr-xpython/rvi_call_ws.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/rvi_call_ws.py b/python/rvi_call_ws.py
index ab87d52..c897309 100755
--- a/python/rvi_call_ws.py
+++ b/python/rvi_call_ws.py
@@ -6,7 +6,7 @@ import json
opts, args = getopt.getopt(sys.argv[1:], "n:")
-host = 'ws://localhost:8808'
+host = 'ws://localhost:9008'
for o, a in opts:
if o == "-n":
@@ -36,4 +36,4 @@ payload['params'] = {'service_name':service, 'timeout':(int(time.time())+60), 'p
payload['id'] = "1"
payload['method'] = 'message'
-ws.send(json.dumps(payload)) \ No newline at end of file
+ws.send(json.dumps(payload))