|
|
|
@ -54,7 +54,7 @@ def handle_GPS(location1, location2): |
|
|
|
else: |
|
|
|
else: |
|
|
|
print("Images are from different Locations") |
|
|
|
print("Images are from different Locations") |
|
|
|
print("👌Not a Duplicate") |
|
|
|
print("👌Not a Duplicate") |
|
|
|
if make1 != make2 and model1 != model2: |
|
|
|
if make1 != make2 or model1 != model2: |
|
|
|
print("Different Cameras detected.") |
|
|
|
print("Different Cameras detected.") |
|
|
|
delibs.exit_timer(0) |
|
|
|
delibs.exit_timer(0) |
|
|
|
|
|
|
|
|
|
|
|
|