1
This commit is contained in:
parent
b75f26ffce
commit
b31615b4ea
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user