Added about string to kvstore

This commit is contained in:
Rhet Turnbull 2022-12-28 22:58:16 -07:00
parent a6cce9ef65
commit d518ca5d5d

View File

@ -136,6 +136,7 @@ def main(library: str, recheck: bool, edited: bool):
kvstore = SQLiteKVStore( kvstore = SQLiteKVStore(
cache_db_path, wal=True, serialize=json.dumps, deserialize=json.loads cache_db_path, wal=True, serialize=json.dumps, deserialize=json.loads
) )
kvstore.about = "osxphotos bad extensions cache"
print(f"Using cache database: [blue]{cache_db_path}", file=sys.stderr) print(f"Using cache database: [blue]{cache_db_path}", file=sys.stderr)
# load the Photos database and check each photo # load the Photos database and check each photo