]> git.ipfire.org Git - oddments/ddns.git/blobdiff - src/ddns/providers.py
freedns.afraid.com: Read accidently removed exeption.
[oddments/ddns.git] / src / ddns / providers.py
index 3d2d0c204fb48b1b758241e1e128b985ab440598..99da4bf00ca89efeda1497f50ce92c852da7c138 100644 (file)
@@ -427,10 +427,13 @@ 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"
-       name      = "Lightning Wire Labs"
+       name      = "Lightning Wire Labs DNS Service"
        website   = "http://dns.lightningwirelabs.com/"
 
        # Information about the format of the HTTPS request is to be found