Update README.md
This commit is contained in:
@@ -1038,7 +1038,7 @@ Returns a [FolderInfo](#FolderInfo) object representing the folder's parent fold
|
|||||||
```python
|
```python
|
||||||
>>> import osxphotos
|
>>> import osxphotos
|
||||||
>>> photosdb = osxphotos.PhotosDB()
|
>>> photosdb = osxphotos.PhotosDB()
|
||||||
>>> photosdb.subfolders
|
>>> photosdb.folder_info
|
||||||
[<osxphotos.albuminfo.FolderInfo object at 0x10fcc0160>]
|
[<osxphotos.albuminfo.FolderInfo object at 0x10fcc0160>]
|
||||||
>>> photosdb.folder_info[0].title
|
>>> photosdb.folder_info[0].title
|
||||||
'Folder1'
|
'Folder1'
|
||||||
|
|||||||
Reference in New Issue
Block a user