Make or Model are different for GPS diff. points.

main
Robert 8 months ago
parent 698f927468
commit b25488e32e
  1. 2
      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)

Loading…
Cancel
Save