mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] set ttl value to 'None'.
This commit is contained in:
parent
fbf09e42b0
commit
248104b8e4
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def domain_remove(auth, domain, force=False):
|
|||
msignals.display(m18n.n('domain_deleted'), 'success')
|
||||
|
||||
|
||||
def domain_dns_conf(domain, ttl):
|
||||
def domain_dns_conf(domain, ttl=None):
|
||||
"""
|
||||
Generate DNS configuration for a domain
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue