Skip to content

Commit 0bdcd1a

Browse files
authored
Merge pull request #63 from jose1711/master
Change to https as http is no longer supported on overpass-api.de
2 parents 7b273dd + abf1d55 commit 0bdcd1a

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)