diff --git a/README.md b/README.md index 77687d1b..af71c1a2 100644 --- a/README.md +++ b/README.md @@ -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` ``` diff --git a/osxphotos/__init__.py b/osxphotos/__init__.py index 603e0ea4..58ac5ff7 100644 --- a/osxphotos/__init__.py +++ b/osxphotos/__init__.py @@ -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())