Update pubip.py

This commit is contained in:
Viktor Varland 2016-02-28 14:59:26 +01:00
parent acbffce40d
commit d70237d4ec

View file

@ -43,7 +43,6 @@ class pubIpHandler(http.server.BaseHTTPRequestHandler):
self.server.current_ip = n_address
else:
print('Update IP mismatch: {}, {}'.format(c_address, n_address))
return
msg = self.server.current_ip
self.wfile.write(msg.encode('utf-8'))