remove dump
This commit is contained in:
parent
de4c5856d7
commit
33546d8952
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class image_classifier:
|
||||||
print(f"IPTC info: {json.dumps(self.iptc_info['keywords'], indent=2)}")
|
print(f"IPTC info: {json.dumps(self.iptc_info['keywords'], indent=2)}")
|
||||||
with open(file, 'rb') as image_file:
|
with open(file, 'rb') as image_file:
|
||||||
exif_info = exif.Image(image_file)
|
exif_info = exif.Image(image_file)
|
||||||
print(f"EXIF info: {json.dumps(exif_info.get_all(), indent=2)}")
|
print(f"EXIF info: {exif_info.get_all()}")
|
||||||
self.append_people(people)
|
self.append_people(people)
|
||||||
self.iptc_info.save()
|
self.iptc_info.save()
|
||||||
self._log.debug(f"Updated file '{file}'.")
|
self._log.debug(f"Updated file '{file}'.")
|
||||||
|
|
Loading…
Reference in a new issue