README update, added todo

This commit is contained in:
Rhet Turnbull
2019-09-30 09:57:55 -07:00
parent 572e32b71b
commit d311431c91
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ This module will install a command line utility called `osxphotos` that allows y
If you only care about the command line tool, I recommend installing with [pipx](https://github.com/pipxproject/pipx)
After install pipx:
After installing pipx:
`pipx install osxphotos`
```

View File

@@ -199,6 +199,7 @@ class PhotosDB:
return os.path.abspath(self._dbfile)
def get_photos_library_path(self):
# TODO: move this to a module-level function
# return the path to the Photos library
plist_file = Path(
str(Path.home())