Skip to content

Commit e8835ca

Browse files
committed
Add export_ind configuration to collections with parameters for export
1 parent 1f3baed commit e8835ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

main.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@
4242
# print(headers)
4343

4444
collections = [
45+
{
46+
"function": export_ind,
47+
"method": "ExportInd",
48+
"params": {
49+
**ensa_infos,
50+
"type": "pri",
51+
"id": "*",
52+
},
53+
},
4554
{
4655
"function": export_ind,
4756
"method": "ExportInd",

0 commit comments

Comments
 (0)