Updated osxphotos/exiftool.py
This commit is contained in:
@@ -521,4 +521,4 @@ class _ExifToolCaching(ExifTool):
|
|||||||
def flush_cache(self):
|
def flush_cache(self):
|
||||||
"""Clear cached data so that calls to json or asdict return fresh data"""
|
"""Clear cached data so that calls to json or asdict return fresh data"""
|
||||||
self._json_cache = None
|
self._json_cache = None
|
||||||
self._asdict_cache = {}
|
self._asdict_cache = {}
|
||||||
Reference in New Issue
Block a user