Add additional whitelist fields from issue #2
This commit is contained in:
parent
c4ed379247
commit
66810663ef
1 changed files with 4 additions and 1 deletions
5
fetch.py
5
fetch.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue