mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain: _get_parent_domain_of call tweaking
This commit is contained in:
parent
4d025010c4
commit
435084c20b
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ def _check_domain_is_ready_for_ACME(domain):
|
||||||
or {}
|
or {}
|
||||||
)
|
)
|
||||||
|
|
||||||
parent_domain = _get_parent_domain_of(domain)
|
parent_domain = _get_parent_domain_of(domain, return_self=True)
|
||||||
|
|
||||||
dnsrecords = (
|
dnsrecords = (
|
||||||
Diagnoser.get_cached_report(
|
Diagnoser.get_cached_report(
|
||||||
|
|
Loading…
Add table
Reference in a new issue