[mod] pep8

This commit is contained in:
Laurent Peuch 2016-05-13 04:01:21 +02:00
parent aff6740288
commit 80fb5f57cf

View file

@ -158,8 +158,10 @@ def domain_add(auth, domain, dyndns=False):
except IOError: pass
except:
# Force domain removal silently
try: domain_remove(auth, domain, True)
except: pass
try:
domain_remove(auth, domain, True)
except:
pass
raise
hook_callback('post_domain_add', args=[domain])