File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 4242# print(headers)
4343
4444collections = [
45- # {
46- # "function": export_ind,
47- # "method": "ExportInd",
48- # "params": {
49- # **ensa_infos,
50- # "type": "etd",
51- # "id": "*",
52- # },
53- # },
54- # {
55- # "function": export_ind,
56- # "method": "ExportInd",
57- # "params": {
58- # **ensa_infos,
59- # "type": "adm",
60- # "id": "*",
61- # },
62- # },
63- # {
64- # "function": export_ind,
65- # "method": "ExportInd",
66- # "params": {
67- # **ensa_infos,
68- # "type": "esn",
69- # "id": "*",
70- # },
71- # },
45+ {
46+ "function" : export_ind ,
47+ "method" : "ExportInd" ,
48+ "params" : {
49+ ** ensa_infos ,
50+ "type" : "etd" ,
51+ "id" : "*" ,
52+ },
53+ },
54+ {
55+ "function" : export_ind ,
56+ "method" : "ExportInd" ,
57+ "params" : {
58+ ** ensa_infos ,
59+ "type" : "adm" ,
60+ "id" : "*" ,
61+ },
62+ },
63+ {
64+ "function" : export_ind ,
65+ "method" : "ExportInd" ,
66+ "params" : {
67+ ** ensa_infos ,
68+ "type" : "esn" ,
69+ "id" : "*" ,
70+ },
71+ },
7272 {
7373 "function" : export_pictures ,
7474 "method" : "ExportPhotos" ,
You can’t perform that action at this time.
0 commit comments