changed IP to localhost

This commit is contained in:
ChChBot admin 2017-02-22 23:45:32 +01:00
parent 580415ed76
commit 80711e1278
1 changed files with 1 additions and 1 deletions

View File

@ -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