Skip to content

Commit d4b7279

Browse files
committed
update
1 parent debeaf9 commit d4b7279

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
@@ -259,7 +259,7 @@ def _delete(self, endpoint, params=None):
259259

260260
def _parse(self, response, method=None):
261261
print('^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^')
262-
print(response)
262+
print(response.text)
263263
status_code = response.status_code
264264
if 'application/json' in response.headers['Content-Type']:
265265
r = response.json()

0 commit comments

Comments
 (0)