From 3e177cf0a4d29741822284980e46d93a143ff3ff Mon Sep 17 00:00:00 2001 From: Martin Levy Date: Tue, 18 Oct 2016 14:38:42 -0700 Subject: [PATCH] typo --- CloudFlare/cloudflare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudFlare/cloudflare.py b/CloudFlare/cloudflare.py index a2072da..97a4094 100644 --- a/CloudFlare/cloudflare.py +++ b/CloudFlare/cloudflare.py @@ -192,7 +192,7 @@ def _call(self, method, headers, raise CloudFlareAPIError(code, message) if self.logger: - self.logger.debug('Response: %s' % (response_data.result)) + self.logger.debug('Response: %s' % (response_data['result'])) if self.raw: result = {} # theres always a result value