limit test
This commit is contained in:
parent
cc0eeaf0be
commit
07d8062d8b
|
@ -172,7 +172,7 @@ async def deal_tab(
|
||||||
"STATUS",
|
"STATUS",
|
||||||
"GROUP_ID",
|
"GROUP_ID",
|
||||||
]
|
]
|
||||||
get_task_hook = f"{WEBHOOK}/tasks.task.list?{'&'.join([f'select[]={s}' for s in select])}&filter[UF_CRM_TASK]=D_{deal_id}"
|
get_task_hook = f"{WEBHOOK}/tasks.task.list?{'&'.join([f'select[]={s}' for s in select])}&filter[UF_CRM_TASK]=D_{deal_id}&limit=100"
|
||||||
task_data = requests.get(get_task_hook)
|
task_data = requests.get(get_task_hook)
|
||||||
task_data_json = task_data.json()
|
task_data_json = task_data.json()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue