]> git.ipfire.org Git - people/ms/ddns.git/commitdiff
FreeDNSAfraid: Readd missing lines.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 9 Jul 2014 16:34:01 +0000 (18:34 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 9 Jul 2014 16:34:01 +0000 (18:34 +0200)
Readd missing lines which accidently have been removed while fixing merge conflicts.

src/ddns/providers.py

index bc16c4c849913dfb75b4f709fe6c1b2540ba3d0e..278d18af39d5b691a5d8146de54a228fb4501e48 100644 (file)
@@ -529,6 +529,10 @@ class DDNSProviderFreeDNSAfraidOrg(DDNSProvider):
                # Send update to the server.
                response = self.send_request(url, data=data)
 
+               # Get the full response message.
+               output = response.read()
+
+               # Handle success messages.
                if output.startswith("Updated") or "has not changed" in output:
                        return