Add additional whitelist fields from issue #2

This commit is contained in:
sneakypete81 2014-02-15 17:13:47 +00:00
parent c4ed379247
commit 66810663ef

View file

@ -6,10 +6,13 @@ import datetime
from trovebox import Trovebox
# Only the following fields will be exported:
EXPORT_FIELDS = ["dateTaken",
# (from https://github.com/photo/export-openphoto/issues/2)
EXPORT_FIELDS = ["appid",
"dateTaken",
"dateUploaded",
"description",
"filenameOriginal",
"hash",
"latitude",
"longitude",
"license",