Skip to content

Commit

Permalink
http --> https (in match_stops.py too)
Browse files Browse the repository at this point in the history
Forgot to change this in the match stops module, too.
  • Loading branch information
nataliejschultz committed Jun 17, 2024
1 parent 9d7b2f5 commit ced8b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/net/ext_service/transit_matching/match_stops.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

try:
OVERPASS_KEY = os.environ.get("OVERPASS_KEY")
url = 'http://overpass.geofabrik.de/' + OVERPASS_KEY + '/'
url = 'https://overpass.geofabrik.de/' + OVERPASS_KEY + '/'
print("overpass configured")
except:
print("overpass not configured, falling back to default overleaf.de")

0 comments on commit ced8b95

Please sign in to comment.