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