[fix] ttl: rename key argument.

This commit is contained in:
Moul 2016-02-26 12:20:45 +01:00
parent abd9cfc44b
commit 3744409aae

View file

@ -226,7 +226,7 @@ def domain_dns_conf(domain, ttl=None):
Keyword argument:
domain -- Domain name
time to live -- Time to live
ttl -- Time to live
"""
ttl = 3600 if ttl is None else ttl