From b31615b4eaf6219cfdb31e9256e6f2c048b91e3f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 17 Jun 2020 14:57:47 +0800 Subject: [PATCH] 1 --- server/tools/robot/virtualclient/new_robot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/tools/robot/virtualclient/new_robot.py b/server/tools/robot/virtualclient/new_robot.py index 474b0c6..9f9d723 100644 --- a/server/tools/robot/virtualclient/new_robot.py +++ b/server/tools/robot/virtualclient/new_robot.py @@ -21,7 +21,8 @@ def main(): help = "account info") (options, args) = parser.parse_args() - ws_url = args if args else 'wss://relation-test.kingsome.cn/friend/websocket' +# ws_url = args if args else 'wss://relation-test.kingsome.cn/friend/websocket' + ws_url = args if args else 'ws://192.168.100.21:8911/friend/websocket' accounts = options.accounts.split(',') accounts = [] for i in range(1):