Skip to content

Commit 2c58800

Browse files
authored
Update MetaDetective.py
1 parent a812d27 commit 2c58800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MetaDetective/MetaDetective.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Created By : Franck FERMAN @franckferman
66
Created Date: 27/08/23
7-
Version : 1.0.9 (09/11/23)
7+
Version : 2.0.0 (03/12/25)
88
Refactored : Enhanced multithreading and code structure
99
"""
1010

@@ -65,7 +65,7 @@
6565
EXIFTOOL_EXECUTION_ERROR = "Error: exiftool encountered an error."
6666

6767
NOMINATIM_HOST = "nominatim.openstreetmap.org"
68-
USER_AGENT = 'MetaDetective/1.0.9'
68+
USER_AGENT = 'MetaDetective/2.0.0'
6969
NOMINATIM_ENDPOINT = "/reverse?format=jsonv2&lat={lat}&lon={lon}"
7070
NOMINATIM_LINK = "https://nominatim.openstreetmap.org/ui/reverse.html?lat={lat}&lon={lon}"
7171
NOMINATIM_SEARCH_URL = "https://nominatim.openstreetmap.org/ui/search.html?q="

0 commit comments

Comments
 (0)