Skip to content

Commit f40391c

Browse files
committed
update
1 parent 9379170 commit f40391c

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
@@ -234,6 +234,7 @@ def insert_record(self, module_name, data):
234234
# return None
235235
url = BASE_URL + str(module_name)
236236
print(5, url)
237+
data = dict(data)
237238
try:
238239
print(6)
239240
response = self._post(url, data={'data': data})

0 commit comments

Comments
 (0)