mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove ()
This commit is contained in:
parent
86f97d6f07
commit
047026df6c
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue