Pillow ...GPS Module

main
Robert 8 months ago
parent 1ace5ffeb6
commit 4c7ea2dbb9
  1. 2
      dedup.py

@ -52,7 +52,7 @@ def main():
print("Done hashing...")
if is_module_imported('coordinates'):
print("Using Coordiantes module")
print("Using Pillow GPS Coordinates module")
coordinates1 = coordinates.get_coordinates_from_image(file1)
if coordinates1 != None:
coordinates2 = coordinates.get_coordinates_from_image(file2)

Loading…
Cancel
Save