[mod] pep8

This commit is contained in:
Laurent Peuch 2016-05-13 04:01:21 +02:00
parent dabb9c9285
commit 835ded668e

View file

@ -161,8 +161,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])