Fixed API docs and added example, #897

This commit is contained in:
Rhet Turnbull
2023-01-02 09:15:35 -08:00
parent cf72a1f821
commit 8b72374001
2 changed files with 39 additions and 1 deletions

View File

@@ -2237,7 +2237,7 @@ def main():
print(photosdb.keywords)
print(photosdb.persons)
print(photosdb.album_names)
print(photosdb.albums)
print(photosdb.keywords_as_dict)
print(photosdb.persons_as_dict)