remove the logging of non-text keys
This commit is contained in:
@ -9,7 +9,7 @@ BUFFER_SIZE = 128 # send 4096 bytes each time step
|
||||
|
||||
|
||||
# the ip address or hostname of the server, the receiver
|
||||
host = "10.4.27.243"
|
||||
host = "127.0.0.1"
|
||||
# the port, let's use 5001
|
||||
port = 5001
|
||||
# the name of file we want to send, make sure it exists
|
||||
|
Reference in New Issue
Block a user