Skip to content

Commit 6a555d4

Browse files
author
ehanson8
committed
updates
1 parent 70b3c24 commit 6a555d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

getHandlesAndBitstreamsFromCollection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
collection = requests.get(endpoint, headers=header, cookies=cookies, verify=verify).json()
4141
collectionID = collection['uuid']
4242
collectionTitle = requests.get(endpoint, headers=header, cookies=cookies, verify=verify).json()
43-
endpoint = baseURL+'/rest/collections/'+str(collectionID)+'/items?limit=5000'
4443
itemList = []
4544
offset = 0
4645
items = ''

0 commit comments

Comments
 (0)