Skip to content

Commit e4ab27e

Browse files
committed
update
1 parent f816482 commit e4ab27e

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
@@ -220,7 +220,7 @@ def insert_record(self, module_name, data):
220220
:return:
221221
"""
222222
print(666, data)
223-
if module_name not in WRITE_MODULE_LIST:
223+
if module_name.lower() not in WRITE_MODULE_LIST:
224224
print(1)
225225
return None
226226
if not isinstance(data, list):

0 commit comments

Comments
 (0)