@ -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)