[mod] remove ()

This commit is contained in:
Laurent Peuch 2017-01-08 05:28:13 +01:00
parent 86f97d6f07
commit 047026df6c

View file

@ -823,7 +823,7 @@ def _domain_is_resolved_locally(public_ip, domain):
except socket.error:
return False
return (ip in ["127.0.0.1", public_ip])
return ip in ["127.0.0.1", public_ip]
def _name_self_CA():