]> git.ipfire.org Git - oddments/ddns.git/blobdiff - src/ddns/providers.py
Fix typo in DynDNS2 proto response code.
[oddments/ddns.git] / src / ddns / providers.py
index 766ce641974c61cd0660872f4df79ac2eaef2036..151d6a3852e8e344f65632417380759c66fafc0b 100644 (file)
@@ -214,7 +214,7 @@ class DDNSProtocolDynDNS2(object):
                # Handle error codes.
                if output == "badauth":
                        raise DDNSAuthenticationError
-               elif output == "aduse":
+               elif output == "abuse":
                        raise DDNSAbuseError
                elif output == "notfqdn":
                        raise DDNSRequestError(_("No valid FQDN was given."))