Skip to content

Commit

Permalink
Add additional whitelist fields from issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakypete81 committed Feb 15, 2014
1 parent c4ed379 commit 6681066
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
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",
Expand Down

0 comments on commit 6681066

Please sign in to comment.