diff --git a/etc/python/ip.py b/etc/python/ip.py index 08df1a7..8fcf204 100644 --- a/etc/python/ip.py +++ b/etc/python/ip.py @@ -11,7 +11,7 @@ def admipof(hostname): return socket.gethostbyname(hostname + ".adm.crans.org") def pubip(): - return pubip(pubhostname) + return pubipof(hostname) def admip(): - return admip(admhostname) + return admipof(hostname)