Skip to content

Commit fc3d2b4

Browse files
committed
changes
1 parent 36b64d7 commit fc3d2b4

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ data/*
5454
*.json
5555
local/*
5656
*.xml
57-
*.xslx
57+
*.xslx
58+
FamilyAgentsFromCSV.py

getTopContainerCountByResource.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@
6060
id3= ''
6161
page = 1
6262
resultsPage = ''
63-
# while resultsPage != []:
64-
# payload = {'page': page, 'offset': offset, 'page_size': '100', 'root_record': endpoint}
65-
# print payload
66-
# search = requests.get(baseURL+'/search', headers=headers, params=payload).json()
67-
# print search
68-
69-
# resultsPage = search['results']
70-
# for result in resultsPage:
71-
# results.append(result)
7263
results = []
7364
while resultsPage != []:
7465
print page

0 commit comments

Comments
 (0)