Updated Manage Multiple Users (markdown)
parent
9864adf490
commit
e5c5b14c86
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue