Skip to content

Commit 9379170

Browse files
committed
update
1 parent f81ca54 commit 9379170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zohocrm/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _delete(self, endpoint, params=None):
268268
return self._parse(response, method='delete')
269269

270270
def _parse(self, response, method=None):
271-
print('---> ', response)
271+
print('---> ', response.text)
272272
status_code = response.status_code
273273
if 'application/json' in response.headers['Content-Type']:
274274
r = response.json()

0 commit comments

Comments
 (0)