mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] ttl: rename key argument.
This commit is contained in:
parent
abd9cfc44b
commit
3744409aae
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ def domain_dns_conf(domain, ttl=None):
|
||||||
|
|
||||||
Keyword argument:
|
Keyword argument:
|
||||||
domain -- Domain name
|
domain -- Domain name
|
||||||
time to live -- Time to live
|
ttl -- Time to live
|
||||||
"""
|
"""
|
||||||
|
|
||||||
ttl = 3600 if ttl is None else ttl
|
ttl = 3600 if ttl is None else ttl
|
||||||
|
|
Loading…
Add table
Reference in a new issue