changed IP to localhost
This commit is contained in:
parent
580415ed76
commit
80711e1278
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def run_ecmd(cmd):
|
|||
return req.text.strip()
|
||||
|
||||
def run_udp(cmd):
|
||||
ip="172.23.92.247"
|
||||
ip="127.0.0.1"
|
||||
port=49152
|
||||
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
# 10 ms timeout
|
||||
|
|
Reference in a new issue