Follow up r874, forgot to uncomment accesskey and secretkey after testing

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@879 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
Hydriz 11 years ago
parent 611d13f8c5
commit 0dd9c5f299

@ -49,8 +49,8 @@ import dumpgenerator
# Configuration goes here
# You need a file named keys.txt with access and secret keys, in two different lines
#accesskey = open('keys.txt', 'r').readlines()[0].strip()
#secretkey = open('keys.txt', 'r').readlines()[1].strip()
accesskey = open('keys.txt', 'r').readlines()[0].strip()
secretkey = open('keys.txt', 'r').readlines()[1].strip()
collection = 'wikiteam' # Replace with "opensource" if you are not an admin of the collection
# end configuration

Loading…
Cancel
Save