X-Git-Url: http://git.ipfire.org/?p=oddments%2Fddns.git;a=blobdiff_plain;f=src%2Fddns%2Fproviders.py;h=99da4bf00ca89efeda1497f50ce92c852da7c138;hp=383d7995b8e0fd637597ca632248b8cfec9c6260;hb=3b524cf247ba1a7051735c81a65d61eb178f6ba7;hpb=fb115fdcc7c9b0aac71d5e1d83260743bf29c72b diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 383d799..99da4bf 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -427,6 +427,9 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider): elif "is an invalid IP address" in output: raise DDNSRequestError(_("Invalid IP address has been sent.")) + # If we got here, some other update error happened. + raise DDNSUpdateError + class DDNSProviderLightningWireLabs(DDNSProvider): handle = "dns.lightningwirelabs.com"