This commit is contained in:
aozhiwei 2020-06-17 14:57:47 +08:00
parent b75f26ffce
commit b31615b4ea

View File

@ -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):