Skip to content

Commit f81ca54

Browse files
committed
update
1 parent 8becea0 commit f81ca54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zohocrm/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +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)
271272
status_code = response.status_code
272273
if 'application/json' in response.headers['Content-Type']:
273274
r = response.json()

0 commit comments

Comments
 (0)