Updated Manage Multiple Users (markdown)

clowwindy 2015-08-06 19:46:39 +08:00
parent 9864adf490
commit e5c5b14c86

@ -66,6 +66,7 @@ print(cli.recv(1506)) # You'll receive 'pong'
cli.send(b'add: {"server_port":8001, "password":"7cd308cc059"}')
print(cli.recv(1506)) # You'll receive 'ok'
cli.send(b'remove: {"server_port":8001}')
print(cli.recv(1506)) # You'll receive 'ok'