Skip to content

Commit 302f04f

Browse files
committed
update
1 parent 87ca0c2 commit 302f04f

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
@@ -225,7 +225,7 @@ def insert_record(self, module_name, data):
225225
formatted_data = {'data': []}
226226
formatted_data['data'].append(dict(data))
227227
print('*********************')
228-
print('DATA: ', data)
228+
print('DATA: ', formatted_data)
229229
return self._post(url, data=formatted_data)
230230

231231
def _get(self, endpoint, params=None):

0 commit comments

Comments
 (0)