diff --git a/files/script.py b/files/script.py
index 47d2fb5e5e867932b633a604e3d2de9681e58bbc..95ac259e61644692f13b4ea022c0f045907c0d10 100644
--- a/files/script.py
+++ b/files/script.py
@@ -409,7 +409,7 @@ auth_name = os.getenv('GMP_USER')
 auth_passwd = os.getenv('GMP_PASSWORD')
 print(auth_name, auth_passwd)
 logging.basicConfig(filename='debug.log', level=logging.DEBUG)
-local_ip = os.getenv('HOST_IP')
+local_ip = "127.0.0.1"
 connection = TLSConnection(hostname=local_ip)
 transform = EtreeTransform()
 config = {'id':"9866edc1-8869-4e80-acac-d15d5647b4d9"}