Skip to content

Commit 4437667

Browse files
committed
updates
1 parent 3b1a47a commit 4437667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

getSingleRecord.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
session = auth["session"]
2222
headers = {'X-ArchivesSpace-Session':session, 'Content_Type':'application/json'}
2323

24+
print baseURL+uri
2425
output = requests.get(baseURL + uri, headers=headers).json()
2526
uri = uri.replace('/repositories/3/','').replace('/','-')
2627
f=open(uri+'.json', 'w')

0 commit comments

Comments
 (0)