change ip to 127.0.0.1
This commit is contained in:
@ -2,7 +2,7 @@ import socket
|
||||
import os
|
||||
import tqdm
|
||||
# device's IP address
|
||||
SERVER_HOST = "10.4.27.243" #(socket.gethostbyname(socket.gethostname()))
|
||||
SERVER_HOST = "127.0.0.1" #(socket.gethostbyname(socket.gethostname()))
|
||||
SERVER_PORT = 5001
|
||||
# receive 4096 bytes each time
|
||||
BUFFER_SIZE = 4096
|
||||
|
Reference in New Issue
Block a user