From 4c7ea2dbb95beaf1cf28f9b469308f7080fdc935 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 27 Apr 2025 21:49:35 -0400 Subject: [PATCH] Pillow ...GPS Module --- dedup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dedup.py b/dedup.py index 562725f..4b7750e 100644 --- a/dedup.py +++ b/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)