Skip to content

Commit dfc2239

Browse files
authored
Merge pull request mvexel#65 from jose1711/master
Revert "Change to https as http is no longer supported on overpass-ap…
2 parents 3cdf157 + a6d8c76 commit dfc2239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overpass/api.py

Lines changed: 1 addition & 1 deletion
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 = "https://overpass-api.de/api/interpreter"
15+
_endpoint = "http://overpass-api.de/api/interpreter"
1616
_debug = False
1717

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

0 commit comments

Comments
 (0)