This commit is contained in:
aozhiwei 2020-12-31 15:12:19 +08:00
parent ce2ea74b8b
commit 3d1af0a956

View File

@ -21,8 +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 'ws://192.168.100.21:8911/friend/websocket'
ws_url = args if args else 'wss://relation-dny.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):