Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Oct 18, 2016
1 parent 88c4250 commit 3e177cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e177cf

Please sign in to comment.