Skip to content

Commit 3e177cf

Browse files
committed
typo
1 parent 88c4250 commit 3e177cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CloudFlare/cloudflare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _call(self, method, headers,
192192
raise CloudFlareAPIError(code, message)
193193

194194
if self.logger:
195-
self.logger.debug('Response: %s' % (response_data.result))
195+
self.logger.debug('Response: %s' % (response_data['result']))
196196
if self.raw:
197197
result = {}
198198
# theres always a result value

0 commit comments

Comments
 (0)