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)