From 45b8150d5f4a04c9af74f828869ad1bed2f5f05f Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 25 Nov 2019 21:25:21 -0800 Subject: [PATCH] Added TODO --- osxphotos/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osxphotos/__init__.py b/osxphotos/__init__.py index b2374fd8..c80a22aa 100644 --- a/osxphotos/__init__.py +++ b/osxphotos/__init__.py @@ -20,6 +20,7 @@ from Foundation import * from . import _applescript +# TODO: Test to see if I really need to copy the database file # TODO: find edited photos: see https://github.com/orangeturtle739/photos-export/blob/master/extract_photos.py # TODO: Add test for imageTimeZoneOffsetSeconds = None # TODO: Fix command line so multiple --keyword, etc. are AND (instead of OR as they are in .photos())