Skip to content

Commit e1461de

Browse files
author
ehanson8
committed
updates
1 parent b4713a5 commit e1461de

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

postCollection.py

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,10 @@
2525
filePath = secrets.filePath
2626
verify = secrets.verify
2727

28-
# directory = raw_input('Enter directory name: ')
29-
# fileExtension = '.'+raw_input('Enter file extension: ')
30-
# communityHandle = raw_input('Enter community handle: ')
31-
# collectionName = raw_input('Enter collection name: ')
32-
33-
directory = 'C:/Users/ehanson8/Documents/GitHub/dspace-editing/test'
34-
fileExtension = '.jpg'
35-
communityHandle = '1774.2/2'
36-
collectionName = 'Test collection'
28+
directory = raw_input('Enter directory name: ')
29+
fileExtension = '.'+raw_input('Enter file extension: ')
30+
communityHandle = raw_input('Enter community handle: ')
31+
collectionName = raw_input('Enter collection name: ')
3732

3833
startTime = time.time()
3934
data = {'email':email,'password':password}

0 commit comments

Comments
 (0)