Skip to content

Commit 1ac49fc

Browse files
committed
update
1 parent 302f04f commit 1ac49fc

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
@@ -96,8 +96,8 @@ def get_fields_list(self, module):
9696
params = {'module': module}
9797
url = BASE_URL + "settings/fields" + "?" + urlencode(params)
9898
response = self._get(url)
99+
print('** get_fields_list **')
99100
print(response)
100-
print(type(response))
101101
if response:
102102
try:
103103
result = [

0 commit comments

Comments
 (0)