Skip to content

Commit abf1d55

Browse files
committed
Change to https as http is no longer supported on overpass-api.de
1 parent 7b273dd commit abf1d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overpass/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class API(object):
1212

1313
# defaults for the API class
1414
_timeout = 25 # seconds
15-
_endpoint = "http://overpass-api.de/api/interpreter"
15+
_endpoint = "https://overpass-api.de/api/interpreter"
1616
_debug = False
1717

1818
_QUERY_TEMPLATE = "[out:{out}];{query}out {verbosity};"

0 commit comments

Comments
 (0)