diff --git a/dedup.py b/dedup.py index fc135d1..a6e1907 100644 --- a/dedup.py +++ b/dedup.py @@ -54,7 +54,7 @@ def handle_GPS(location1, location2): else: print("Images are from different Locations") print("👌Not a Duplicate") - if make1 != make2 and model1 != model2: + if make1 != make2 or model1 != model2: print("Different Cameras detected.") delibs.exit_timer(0)